body
{
}
.tickerSymbol {
	font-weight: bold;
	text-transform: uppercase;
}
.tickerValue {
	display: inline-block;
	font-size: 10px;
	OVERFLOW-X: hidden;
	vertical-align: sub;
	width: 130px;
	white-space: nowrap;
}
.ticker {
	padding-right: 3px;
	display: inline-block;
	padding-left: 3px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 99%;
	color: #111111;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 12px;
}

.ticker2 {
	padding-right: 3px;
	display: inline-block;
	padding-left: 3px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 99%;
	color:#111111;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 12px;
}
.imgUp{background-image: url(../images/up.gif);background-repeat:no-repeat;width: 9px;height: 9px;}
.imgNoDiff{background-image: url(../images/nodiff.gif);background-repeat:no-repeat;width: 12px;height: 9px;}
.imgDown {background-image: url(../images/down.gif);background-repeat:no-repeat;width: 9px;height: 9px;}