div.tickercontainer {
	background: url(ecfxticker.gif) left center no-repeat #4D88E0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 25px;
}
div.tickercontainer marquee {
	position: relative;
	left: 60px;
	top: 5px;
	line-height: 20px
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	/*overflow: hidden;*/
}

