		div.stockTicker
		{
			font-size: 18px;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
		}
		div.stockTicker span.quote
		{
			margin: 0;
			font-weight: bold;
			color: #000;
			padding: 0 5px 0 10px;
		}
		.GreenText
		{
			color: Green;
		}
		.RedText
		{
			color: Red;
		}
		.unchg
		{
			color:rgb(102, 102, 102);
			padding-left: 10px;
			margin-right: 5px;
		}
		.up_green
		{
			background: url(../img/up.gif) no-repeat left center;
			padding-left: 10px;
			margin-right: 5px;
		}
		.down_red
		{
			background: url(../img/down.gif) no-repeat left center;
			padding-left: 10px;
			margin-right: 5px;
		}
