#news-container
{
	text-align: left;
	color: #FFFFFF;
}
#news-container a {
	color: #4AA50E;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
	font-size: 11px;
	padding-left: 35px;
	line-height: 35px;
	height: 35px;
}
#news-container a:hover {
	text-decoration: none;
	color: #CC3300;
}
#news-container ul li
{
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	width: 235px;
	height: 35px;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 35px;
	font-weight: bold;
	display: block;
}

#news-container img {
	border: 1px solid #C7CBCC;
}
