.container {
    width:760;
    position: relative;
    overflow: hidden;
    background-color : #B9062F;
}

.ticker
{
	position:relative;
	visibility:hidden;
	left:0px;
	top:5px;
	border-width:0px;
	border-style: none;
	font-size:11px;
	font-weight:bold;
	
	color:#ffd200;
	font-family : Verdana;
	
}

.tickerText, .tickerText:link
{
	color: #ffd200;
	font-family : Verdana;
	font-weight : bold;
	font-size : 11px;
}

