/* News CSS Document */
/* -------- latest --------- */
.news-latest-container h2, .news-latest-date{
	display:none;
}
.news-latest-item h3{
	font-size: 11px;
}
.news-latest-item h3 a{
	text-decoration: none;
	color: #2A75B7;
}
.news-latest-item h3 a:hover{
	text-decoration:underline;
}
.news-latest-morelink a{
	text-decoration: none;
	color: #A81111;
}
.news-latest-morelink a:hover{
	color: #ffffff;
	background-color: #A81111;
}
.news-latest-item p{
	margin-bottom: 0px;
}
.news-latest-item .clearer, .news-latest-gotoarchive{
	display: none;
}
/* -------- latest end --------- */
/* -------- list --------- */
.news-list-date{
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.news-list-item h3 a{
	text-decoration: none;
	color: #2A75B7 !important;
}
.news-list-item h3 a:hover{
	background-color: none !important;
	color: #FFFFFF !important;
}
.news-list-item img{
	float: left;
	margin-right: 5px;
}
.news-list-item .clearer{
	clear: both;
	padding-top:10px;
	visibility:hidden;
}
/* -------- list end --------- */
/* -------- single --------- */
.news-single-item img{
	float: left;
	margin-right: 5px;
}
/* -------- single end --------- */
