.news-list .title
{
	text-transform: uppercase;
	font-family: 'Times New Roman';
	color: #2772cf;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}
.news-list .news 
{
	float: left;
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px #afafaf dotted;
}
.news-list .news  .date
{
	text-transform: uppercase;
	font-family: Arial;
	color: #cb3400;
	font-size: 11px;
}
