/* the news box */
#news
{
	width:250px;
	background: White;
	overflow:hidden;
}


.DOMnewsstopper1 a
{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.newstitle
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	font-size : 10px;
}

.newsname
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 10px;
}



#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
	list-style : disc;
}
#news li{
	line-height:1em;
	text-align : left;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:50px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:50px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	list-style : none;
}
