.newsItem 
{
	font: normal 0.9em/0.9em font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 1.0em;
	border-bottom: 1px solid #a83930;
    }
.newsTitle 
{
	font: normal 0.9em/0.9em font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color:E60909;
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
.newsContent {
	text-align: justify;
}
