news_ticker_box
{
	width:562px;
	height:37px;
	text-align:left;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.3em;
}
.news_ticker_left
{
padding:0px;
margin:0px;
float:left;
background:url(images/news_ticker_left.png) no-repeat top left;
height:37px;
width:9px;
}
.news_ticker_right
{
padding:0px;
margin:0px;
float:left;
background:url(images/news_ticker_right.png) no-repeat top left;
height:37px;
width:9px;
}
.news-heading
{
	padding:0px 20px 0px 0px;
	float:left;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.ticker
{
	font-size:70%;
	margin:0px;
	float:left;
	overflow:hidden;
	width:420px;
	height:21px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #666;
	padding: 10px;
}
							
.ticker, .ticker a{
	text-decoration:none;
	color:#FFF;
}

.ticker span{display:none;}
.ticker .active_ticker{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}	

