#NewsTicker {
	position:absolute;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	font: 80%/1.8em arial, helvetica, sans-serif;
	font-weight:bold;
	color: #204A91;
	z-index: 5;
	/*background:#00CCFF*/
}

#NewsTicker_Text {
	position:absolute;
	width: 765px; /*871px;*/
	height:23px;
	z-index:1;
	left: 8em;/*98px;*/
	top: 3px;
	color: #000000;
	/*
	background-color: #FFFFCC;
	border: thin dotted #00FF00*/
}
#NewsLink {
	position:absolute;
	width: 10em; /*94px;*/
	height:23px;
	z-index:1;
	left: 10px;
	top: 2px;
	text-decoration: underline;
	color: #000000;
/*	background-color: #FFFFCC;*/
/*	border: thin dotted #00FF00;*/
}
