@CHARSET "UTF-8";
#newsTicker {
	background: url("../images/newsTickerBg.png") no-repeat;
	width: 770px;
	height: 28px;
	font-family: arial;
	clear: both;
}
ul#newsTicker {
	padding: 8px 0px 9px 100px;
 	display: block;
  	list-style-type: none;
  	list-style-position: outside;
  	-moz-counter-reset: -html-counter 0;
}
ul#newsTicker li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 125px;
	padding-bottom: 1px;
}

ul#newsTicker span {
	color: #9aadc0;
	display: none;	
}
ul#newsTicker a {
	text-decoration: none;
	color: #1f5999;
	border: none;
}

