/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	font: normal 1.5em/1.2em Serif6BetaRegular, "Times New Roman", serif;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #623936;
}
.newsMainTitle A {
  	color: #623936;
  	text-decoration: none;
}
.newsMainTitle A:hover {
  	text-decoration: none;
  	cursor: text;
}
.newsMainTitle SPAN.newsRss A {
	margin: 0 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../pics/rss.gif) no-repeat center center;
	cursor: pointer;
}
.newsMainTitle SPAN.newsRss A:hover {
	text-decoration: none;
}
/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
}
.newsTitle {
	font-weight: bold;
}
.newsDetails {
}
.newsDetails DIV {
	display: inline;
}
.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 {
	display: inline;
}
.newsItemShortened .newsDate {
	padding-right: 5px;
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}
.disabledPrevNextButton {
	display: none;
}