#news-container
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#news-container a {
	color: #3391C4;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bullet7.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#news-container a:hover {
	text-decoration: underline;
}
#news-container ul li
{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
