/*********************************************************
*		Latest News Stylesheet
*		Stylesheet is an extention of the main template and homepage css
*********************************************************/

.latest-news-title {
	color: #FFFFFF;
	text-align: left;
	background-color:#990000;
	font-weight: bold;
	padding: 5px;
}
.latest-news-row {
	padding: 5px;
}
.latest-news-row-more {
	font-weight: bold;
}
.latest-news-row-color-0 {
	background-color: #ffffff;
}
.latest-news-row-color-1 {
	background-color: #ededed;
}
