.news-latest-container h3
{
	margin-bottom: -5px;
} 

.news-list-container,   .news-list-item, .news-list-date,
.news-latest-container, .news-latest-item, .news-latest-date
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.news-list-container .bodytext{
}

.news-list-image {
	padding: 2px;
	float: left ;
	border: 1px solid #666666;
}

.news-list-item h3{
  font-size: 12px;
	border-bottom: none;
}
.news-list-item h3 a:link, .news-list-item h3 a:visited{
	text-decoration: none ;
	color: black;
	border-bottom: 1px dashed black;
}

.news-list-item h3 a:hover{
	text-decoration: none ;
	color: black;
	border-bottom: 1px solid black;	
}


.news-list-header,    .news-list-header a:link,    .news-list-header a:visited,
.news-latest-header,  .news-latest-header a:link,  .news-latest-header a:visited
{
   color: black;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

.news-list-header a:hover,
.news-latest-header a:hover,
{
	text-decoration: underline;
	float: left ;	
}

.news-list-date,
.news-latest-date
{
	font-size: 9px;
}

.news-list-morelink a:link,
.news-list-morelink a:visited,
.news-latest-morelink a:link,
.news-latest-morelink a:visited
{
	color: #999999;
	font-size:10px;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

.news-list-morelink a:hover, .news-latest-morelink a:hover{
	color: #999999;
	font-size:10px;
	text-decoration: none;
	border-bottom: 1px solid #999999;	
}

.news-list-container img,
.news-latest-container img
{
/*	float:left ;*/
	display: inline;
	margin: 3px 3px 3px 3px;
	border: 2px solid #666666;
}

.news-list-container clearer,
.news-latest-container clearer
{
  float:both;
  border: none;
}

.news-single-timedata{
	font-size: 10px;
}

.news-list-item .bodytext {
  margin-bottom: -5px;
}

.news-single-backlink a{
	color: green ;
}
.news-single-backlink a:link, .news-single-backlink a:visited{
	text-decoration: none ;
}
.news-single-backlink a:hover{
  text-decoration: underline;
}

.news-link a:link, .news-link a:visited{
	font-size: .8em;
	color: Green;
}

.news-link a:hover{
	font-size: .8em;
	color: #666666;
}