#NewsContainer {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	font-size: 10pt;
	padding-right: 10%;
	padding-left: 10%;
}
#NewsContainer #NewsControl {
	float: right;
}
#NewsContainer #News {
	background-color: #FFF;
	position: relative;
	visibility: visible;
	z-index: 5;
	width: 620px;
	top: 0px;
	overflow: hidden;
	height: 20px;
	font-weight: bold;
}
#NewsContainer #News a {
	color: #003;
	text-decoration: none;
}
#NewsContainer #Latest {
	float: left;
	font-weight: bold;
	color: #025DB0;
	padding-right: 10px;
}