/* the news box */
.main_text_news { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color: #000000; line-height: 16px; text-align: left; }
.main_text_bold_news { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color: #000000; line-height: 16px; font-weight: bold; }
#news
{ width:175px; background:#FFFFFF; color:#000000; text-align: left; overflow: auto; height: 260px; }
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:275px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
