body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tickerCell {
	background-image: url(iTickerBG.gif);
	vertical-align: middle;
}
.tickerSymbol {
	font-weight: bold;
	text-transform: uppercase;
}
.tickerValue {
	font-size: 10px;
	white-space: nowrap;
	vertical-align: sub;
	display:  inline-block;
	width: 100px;
	overflow-x: hidden
}
.ticker {
	width: 675px;
	display: inline-block;
	padding: 0px 3px;
	overflow: hidden;
	white-space: nowrap
}
.tickerElement {
	behavior: url('../css/tickerElement.htc');
}
.iFrameBody {
	behavior: url('../css/iFrame.htc');
	margin: 0px;
}
.webService {
	behavior: url('../css/webservice.htc');
}
.WireCell {
	behavior:  url('../css/WireCell.htc');
}
.fixedLayout {
	table-layout: fixed
}
.scrollHeader {
	behavior: url('../css/scrollHeader.htc')
}

img
{
	border: none;
}
