/* the news box */
#news
{
	width:190px;
	background:#fff;
}

#news a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C4278;
	text-decoration: none;
}
#news a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C4278;
	text-decoration: none;
}
#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2C100;
	text-decoration: none;
}


#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:15px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
