#TickerContainer 
{
	position: relative;
	top: 2px;
	left: 20px;
	width: 760px;
	width: 700px;
	height: 2em;
	margin-top: 4px;
	margin-bottom: 4px;
	
	/*background-color: White;*/
}

#Ticker 
{
	visibility: hidden; 
	overflow: hidden; 
	position: absolute;
	width: 750px; 
	width: 700px;
	height: 2em;
	
	cursor: default;  
}

#Ticker .cssTickerEntry 
{
	position: absolute;
	/*top: 2px;*/
	
	color: #6B2E2E;
	color: #E7F3FF;
	
	color: #FFC324;
	
	font-family: Tahoma, FreesiaUPC, "cordia new";
	font-size: 1.6em;
	font-weight: bold; 
	white-space: nowrap; 
	/*letter-spacing: .1em;  */
}

