.NewsOverview, .NewsDescription {
	font-size: 11px;
	padding: 3px;
	display:block;
}

.NewsOverview {
	font-weight: bold;
	padding-bottom: 5px;
}

.NewsOverview a:link, .NewsOverview a:visited {
	text-decoration: none;
	font-weight:normal;
	display:block;
}

.NewsOverview a:hover {
	text-decoration: underline;
}

.NewsTitle h1 {
    color: #6B6B6B;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
}

.NewsTitle h1 a:link, .NewsTitle h1 a:visited {
    color: #6B6B6B;
	font-size: 11px;
	text-decoration: underline;
	display:block;
}

.NewsTitle h1 a:hover {
    color: #6B6B6B;
	text-decoration: underline;
}

.NewsDate {
	font-size: 9px;
	padding:3px;
}

.NewsDate a:link, .NewsDate a:visited {
	text-decoration: none;
	display:block;
}

.NewsDate a:hover {
	text-decoration: none;
}

.NewsThumb img {
	border:none;
}

.NewsThumb {
	float:left;
	padding: 0px 10px 5px 3px;
}

.NewsItem {
	display:block;
	clear:both;
	width: 90%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px solid ;
}

.NewsPreviewItem {
	display:block;
	clear:both;
	margin: 0px 0px 25px 0px;
}