.newsView {
	padding: 10px 0;
}

.clearDiv {
	clear: both;
}

/* NewsItem
================*/
.newsItem {
	padding: 0 0 0px 0;
}
.newsDate {
	color: #a0a0a0;
}
.newsTitle {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
  	padding: 0;
  	color: #0066a4;
  	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;
}

/* newsBottom
================*/
.newsBottom {
}
.newsToArchive A {
	color: #0066a4;
	font-size: 16px;
}
