/* news title */
div.news-single-item h2
, td.news-list-item h4 {
	color: black;
	font-weight: bold;
	margin-top: 5px;
}

/* subheader */
div.news-single-item h3
, div.news-list-subheader {
	color: black;
	font-weight: normal;
	font-style: italic;
}

div.news-single-item div.news-single-timedata
, td.news-list-item .news-list-date  {
	color:gray;
	font-size: 90%;
	padding: 0;
	margin-top: 5px;
	display: block;
}

div.news-single-additional-info p.bodytext {
	margin:1px 0 1px 0;
}

td.news-list-item {
	padding: 0 20px;
	vertical-align: top;
	border-bottom: 1px dotted #fdb98c;
}

div.news-list-morelink {
	margin-bottom: 5px;
	text-align: right;
}

.news-latest-container h4 a:link, .news-latest-container h4 a:visited, .news-latest-container h4 a:active {
	color: #FD6803;
}

.news-latest-date {
	color: #Gray;
}

.news-latest-item h4{
	margin-top: 2px;
	margin-bottom: 8px;
}

.news-latest-item {
	padding:3px;
	margin-top:8px;
	border: 1px dotted #FDB98C;
}
.news-latest-item p.bodytext {
	margin-top: 0;
}

.news-latest-morelink {
	/*font-size:9px;*/
	margin: 0 0 0 0;	
	text-align: right;
	clear: both;
}

