
#NewsModule {
	height: 29px;
	width: 830px;
	margin-bottom: 7px;
}
.homenews {
	font-size: 12px;
	height: 29px;
	padding-top: 10px;
	padding-left: 13px;
}
.homenews span {
	color: #fff;
	font-weight: bold;
}
#news-container {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: -19px;
	margin-left: 125px;
	height: 22px;
}
#news-ticker {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#news-ticker li {
	display: block;
	width: 690px;
	line-height: 23px;
	margin: 0;
	padding:0;
	float: left;
	overflow: hidden;
}
#news-ticker li a {
	font-weight: bold;
	color: #0052a2;
}
#news-ticker li a:hover {
	text-decoration: underline;
}

