.ticker {
	height: 27px;
	width: 660px;
	background: url(file:///Users/Walter/Desktop/fw-28-2-col/images/ticker_bg_blue.gif) top left no-repeat;
	margin-left: 123px;
	position: relative;
}

.ticker .tickerLabel {
	width: 113px;
	float: left;
	margin-left: 7px;
	padding-top: 4px;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
}

.ticker .tickerInner {
	position: absolute;
	overflow: hidden;
	left: 117px;	
	width: 530px;
	color: #000080;	
	font-weight: bold;
	font-size: 9pt;
	line-height: 27px;
	white-space: nowrap;
}

.ticker .tickerInner a {
	color: #000080;
	font-style: italic;
}

