/* CSS Document */
#newsticker {
	width: 225px;
	height: 185px;
	list-style: none;
	padding: 0;	
	margin: auto;
	display: block;
	overflow: hidden;
}

#newsticker ul {
	width:190px;
	padding: 0;	
	margin: auto;	
	margin-top:2px;

}

#newsticker li {
	display: block;
	color: #626062;
	text-align: left;
	font-size: 9px;
	padding: 0;	
	margin: 0;
	float: left;
}

#newsticker li .NewsFooter a:link, #newsticker li .NewsFooter a:Visited {
	display: block;
	color: #0066a6;
	font-size: 10px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}

#newsticker li .NewsTitle{
	color: #626062;
	font-size: 10px;
	font-weight:bold;
	margin-bottom:8px;
}	

#newsticker li .NewsImg{
	float:left;
	margin-bottom:13px;
}

#newsticker li .NewsFooter{
	display: block;
	color: #626062;
	font-size: 10px;
	font-weight:bold;
	margin-top:17px;
	margin-bottom:10px;
}

#newsticker li .NewsFooter a:hover {
	text-decoration:underline;
}
