/* the news box */
#news
{
	width:150px;
	-border: 1px dotted #888888;
	margin-left: 10px;
	margin-right: 10px;
	-margin-top: 10px;
	margin-bottom: 10px;
	---background:#ffffff;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .1em 0 1em;
	padding:0;
}
#news li{ 
	font-family: Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: 11px;
    line-height: 15px;
    color: #08326b;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:550px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:10px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

.scrolltext {
	padding-left: 1px;
}


