
.newsBulletin {
	clear: left;
	float: left;
	width: 580px;
	padding: 5px 0 0 10px;
}
.newsBulletin A {
	text-decoration: none;
}
.newsBulletin A:hover {
	text-decoration: underline;
}
H2.newsBulletinTitle {
	
}
.clearDiv {
	clear: both;
}
.newsItemShortened {
	position: relative;
	padding: 5px 0;
	background: url(../../color_black/pics/dotted.gif) repeat-x bottom;
}

/* NewsTop
================*/
.newsTop {
	padding: 0 0 0px 0;
}
.newsMainTitle {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
  	margin: 0;
  	padding: 10px 0 5px 0;
  	border-bottom: 1px solid #e5e5e5;
}
.newsRss {
}

/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
	float: left;
	color: #797979;
	width: 75px;
}
.newsTitle {
}
.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;
}

/* newsBottom
================*/
.newsBottom {
}
.newsToArchive {
	clear: both;
	padding: 10px 0;
}

