.container {
    width:760;
    position: relative;
    overflow: hidden;
    background-color : #F75700;
}

.ticker
{
	position:relative;
	visibility:hidden;
	left:0px;
	top:0px;
	border-width:0px;
	border-style: none;
	font-size:12px;
	font-weight:bold;
	height : 30px;
	color:white;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}

.tickerText, .tickerText:link
{
	color: white;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}


