/*---------------- MODULE "LATEST NEWS" -----------*/
.mod_news_entry{
	margin-bottom:10px;
	clear:both;
}
.mod_news_title{
	font-size:14px;
	font-weight:bold;
}
.mod_news_date{
	margin-bottom:10px;
	font-size:10px;
	color:gray;
}
.mod_news_date a{
	color:#333333;
}
.mod_news_desc{
	margin-bottom:5px;
}
.mod_news_comments{
	font-size:12px;
	text-align:right;
}
.mod_news_rss{
	float:right;
	padding-left:20px;
	background:url(/images/icons/rssitem.gif) no-repeat left center;
	height:16px;
	line-height:16px;
}

.mod_news_rss a{
	text-decoration: underline; 
	color: #333;
}
