@charset "UTF-8";
/* CSS Document */

.tickerMain{
	background-image:url(images/bkg.gif);
	width:100%;
	height:58px;
}
.tickerContent{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.fltLeft{
	float:left;
}
.tickerLogo{
	width:403px;
	height:58px;
}
.tickertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	height:58px;
	line-height:58px;
}
.clrUltimate{
	clear:both;
	float:none;
	font-size:0px;
	line-height:0px;
}
.tickerTextTitle{
	padding-left:20px;
}
.tickerTextDate{
	color:#FFF;
}
.tickerTextDate a{
	color:#FFF;
}

#scroller{
	width: 960px;
	height: 58px;
	background:url(images/bar.png) no-repeat;
}

#scroller a{
	text-decoration: none;
}

.scrollerClass{ 
	position:relative; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:19px; 
	height:58px; 
	line-height:58px;
	float:left;
}
