.news-search-form {
	border: none;
	background-color: transparent;
}

.news-list-container, .news-list-container DIV, .news-latest-container, .news-latest-container DIV, .news-single-item, .news-single-item * {
	border: none;
	background-color:transparent;
}

.news-list-item H3 {
	color: #555;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	
}

.news-list-item H3 A:LINK, .news-list-item H3 A:VISITED, .news-list-item H3 A:HOVER{
	color: #555;
}

.news-single-item H2{
	color: #555
}

.news-list-item H3 SPAN {
	color: #555;
	background-color: #fff;
}

.news-list-container HR.clearer, .news-single-item HR.clearer{
	
	border:1px solid #aaa;

}

.news-latest-container HR.clearer {
	display: none;
}


.news-latest-gotoarchive A:LINK,  .news-latest-gotoarchive A:VISITED{
	color: #3B4A6B;
	font-size:10pt;
}

.news-latest-gotoarchive{
	margin-top:25px;
}

.news-latest-container H2{
	display: none;
}

.news-latest-date, .news-latest-date A{
	font-size: 7pt;
	margin-bottom: 2px;
	color: #555;
}

.news-latest-item H3, .news-latest-item H3 A {
	color: #555;
	margin-top:1px;
	margin-bottom:3px;
	font-size: 9pt;
}

.news-latest-item P {
	margin-bottom:5px;
}

.news-latest-container * {
	font-size: 9pt;
	color: #555;
}

.news-latest-morelink A {
	color: #3B4A6B;
	float: left;
}

.news-single-timedata {
	margin-top:8px;
}

.news-single-additional-info{
	width: 500px;
}

.news-single-links DD {
	width:450px;
	max-width:450px;
	overflow:hidden;
}

