BODY {background-color: #fff; margin:0 0; padding:0 0; font-family:verdana; font-size:9px; }

A:link, A:visited, A:active { text-decoration: underline; color: green; }
A:hover { text-decoration: underline; color: #cd932e; }

.ticker {}
	.ticker-title { text-decoration:none; font-family: verdana; }
	.ticker-title SPAN.ticker-type { color:#fff; background-color:#E92928; line-height:1.6em; padding:2px 5px; font-weight:bold; }
	
	.ticker-body { height:42px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#eff; }

.stock {margin:5px 20px 0 0;}
	.stock .stock-name {font-weight:bold; font-size:10px; white-space:nowrap; text-align:right; padding:2px 0 2px 0;}
	.stock .stock-change { font-size:9px; text-align:right; padding-right:14px; background-position:right; background-repeat:no-repeat; }
	.stock .up { color:red; background-image:url('../imgs/stock_up.gif'); }
	.stock .down { color:green; background-image:url('../imgs/stock_down.gif'); }
	.stock .stable { background-image:url('../imgs/stock_stable.gif'); }
