﻿#iemarquee{
	color:#ffffff; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	padding-top:8px; 
	cursor:pointer; 
	background-color:#1B1B1B;
	}


.PriceFeedScroller { 
	color:#ffffff; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	padding-top:30px;
	cursor:pointer;
	background-color:#1B1B1B;
	}

#priceFeed {
	width:600px;
	border: 0px solid #000;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#1B1B1B;
}
#priceFeed table {width: 100%; margin-bottom:0; font-size:; margin-left:40px;}
#priceFeed tr {}
#priceFeed th {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 13px; 
}
#priceFeed td {
	font-size: 13px;
	color: #000000;
	border-bottom: 1px solid #333;
}

.greenPriceFeed
{
	color: Green;
}
.redPriceFeed
{
	color : Red;
}

.alignLeft
{
	text-align:left;
}
.priceFeedTimeStamp
{
	padding-bottom:20px;
	/* for the header time stamp*/
}
