/* the news box */
#news
{
	width:125px;
	background:#ffffff;
	height:110px; 
	overflow:hidden;
}
#news a
{
	font-family:Verdana;
	font-size:8pt;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
	font-family:Verdana;
	font-size:8pt;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:110px;
	width:125px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:110px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

table 
{
	color:#3D3C46; 
	font-family: Verdana; 
	font-size: 8pt;
}

hr {
	background-color:#0376F6;
	color:#0376F6;
}