#newsrss
{
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
}
#newsrss a
{
	color:#FFFFFF; text-decoration:none;
}
#newsrss a:hover{
	text-decoration:underline;
}
#newsrss a b
{
	color:#ff9c01;; text-decoration:none;
}

#newsrss n
{
font-weight:bold
}

#newsrss ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#newsrss li{
	margin-top:15px; list-style:none
	/*line-height:2em;*/
}
/* the news box when JavaScript is available */
#newsrss.hasJS
{
	height:110px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsrss.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}


