#news {
	/*width: 100%;*/
	font-size: 8pt;
	padding: 0 5px;
}

#news td {
	width: 50%;
}

#news h1 {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	padding: 0.3em 0 0.3em 10px;
	border-bottom: 3px solid #a6ccdc;

}

#news h1.topnews {
	background-color: #e57e12;
}
#news h1.news {
	background-color: #efb16f;
}

#news div.news { padding-left: 10px;}

#news h2, #home_news h3 {
	font-size: 10pt;
	margin-top:0;
	padding-top: 0;
}
#news td.left h1, #news td.left div.news {
	margin: 5px 10px 10px 5px;
}
#news td.right h1, #news td.right div.news {
	margin: 5px 5px 10px 10px;
}

#news div.more {font-weight: bold;}
#news a {color: #000; }
#news div.more a {text-decoration: none;}
#news div.more a:hover {text-decoration: underline;}

#news_items {width: 100%;}
#news_items div.more {text-align: right; padding-bottom: 10px;}
#news_items td.date {width: 80px; text-align:right;}
#news_items td.news {width: 100%; padding: 0 5px; text-align: justify;}
/*#news_items td.news img {max-width: 435px;}*/
#news_items td.date span {margin: 5px; padding: 0 3px; border-right: 1px solid #000;}