div.news-list {


}
.news-item {
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/news_bullit_blue.gif) top left no-repeat;
	background-position: 0px 5px;

}
p.news-item a {
	color:#424242;
	font-weight: bold;
	font-size: 13px;

}
p.news-item a:visited {
	color:#424242;
	text-decoration: none;
}
p.news-item a:hover {
	text-decoration:underline;	
}
div.news-list img
{
	float:left;
	margin:0 4px 6px 0;
}
span.news-date-time {
	padding: 0px;
	font-size: 9px;	
/*	font-weight: bold; */
}
