

/* News list
===============================*/

.column2Text {
	display: none;
}
.newsCategoryDescription {
	clear: left;
	float: left;
	width: 550px;
	padding: 0px 0px 10px 20px;
}

.newsList {
	clear: left;
	padding: 5px 0 0 20px;
	float: left;
	width: 550px;
	padding: 0px 0px 0px 20px;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	text-transform: uppercase;
	font-weight: bold;
}
.newsRss {
}
/* NewsItem
================*/
.newsItem {
	padding: 5px 0;
}
.newsDate {
}
.newsTitle {
	font-weight: bold;
}
.newsDetails {
}
.newsDetails DIV {
	
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 5px 0 0 0;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
	
}
.newsItemShortened .newsTitle {
	font-weight: normal;
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}