
.newsBulletin {
	clear: left;
	float: left;
	width: 370px;
	padding: 0px 0px 0px 20px;
	position: relative;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	height: 37px;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 37px;
	font-size: 14px;
	color: #000;
}
.newsMainTitle A {
	color: #000;
	text-decoration: none;
}
.newsMainTitle A:hover {
	text-decoration: none;
}
.newsRss A {
	position: absolute;
	right: 25px;
	top: 11px;
	display: block;
	height: 15px;
	width: 15px;
	background: url(../../color_green/pics/rss.gif) no-repeat left top;
	text-indent: -1000px;
}
/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
}
.newsTitle {
	font-weight: bold;
	font-size: 1.09em;
	padding-right: 45px;
}
.newsDetails {
	padding: 0 0 6px 0;
	color: #888;
}
.newsDetails DIV {
	display: inline;
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 15px 15px 0;
}
.newsText {
	padding: 5px 0 0 0;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 10px 0 0 0;
}
.newsItemShortened .newsTitle {
	font-weight: normal;
	font-size: 1em;
	padding: 0 7px 0 0;
}
.newsItemShortened DIV {
	display: inline;
}
.newsItemShortened DIV.newsDate {
	color: #888;
}

/* newsBottom
================*/
.newsBottom {
}
.newsToArchive {
	padding: 20px 0;
}
.newsToArchive A {
	background: url(../../color_green/pics/bgToArchive.gif) no-repeat left top;
	padding: 0 0 0 10px;
	display: inline-block;
	height: 18px;
	color: #000;
}
.newsToArchive A SPAN {
	background: url(../../color_green/pics/bgToArchiveRight.gif) no-repeat right top;
	display: inline-block;
	padding: 2px 30px 3px 0;
}
