TABLE
{
	color: Black;
	font-family: Arial;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: thin 1px;	
}

.StockSymbol
{
	background-color:White;
	border-right: 0px;
	color: Black;
	text-align:left;
	height: 10px;
	font-weight: bolder;
	width: 56px;		
}
.StockSymbolEven
{
	background-color:#f6f6f6;
	border-right: 0px;
	color: Black;
	text-align:left;
	height: 10px;
	font-weight: bolder;	
	width: 56px;	
}
.StockSymbolHeader
{
	background-color: White;
	color:Black;
	text-align: center;
	height: 15px;
	font-weight:bold;
}

.VolumeHeader
{
	background-color: White;
	color:Black;
	height: 15px;
	text-align: center;	
	
}
.Volume
{
	background-color: White;
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 46px;
}
.VolumeEven
{
	background-color:#f6f6f6;
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 46px;
}

.ChangeHeader
{
	background-color: White;
	color:Black;
	height: 15px;
	text-align: center;
	font-weight:bold;
	
}
.Change
{
	background-color: White;
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 43px;
}
.ChangeEven
{
	background-color:#f6f6f6;
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 43px;
}

.PriceHeader
{
	background-color: White;
	color:Black;
	height: 15px;
	text-align: center;
	font-weight:bold;
	
}
.Price
{
	background-color: White;	
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 43px;
}
.PriceEven
{
	background-color:#f6f6f6;
	text-align: right;
	font-weight: bolder;
	height: 10px;
	width: 43px;
}

.ForeignHeader
{
	background-color: White;
	color:Black;
	text-align: center;
	font-weight:bold;
	height: 15px;
}
.Foreign
{
	background-color:White;
	color: Black;
	text-align: right;
	height: 10px;
	width: 43px;
}
.ForeignEven
{
	background-color: #f6f6f6;
	color: Black;
	text-align: right;
	height: 10px;
	width: 43px;
}
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	color: #DA251E;
}
div.moduletable {
	margin: 0;
	padding: 0;
}
/* Normal Module */
div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	color: #DA251E;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(Images/box2-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(Images/box2-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(Images/box2-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 5px;
	background: url(Images/box2-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-rightcol div.module h3,
div.module-notitle h3,
div.module-blue h3,
div.module-orange h3,
div.module-green h3 {
	margin: 0 0 10px -5px;
	padding: 12px 5px;
	font-size: 100%;
	color: #DA251E;
}

#ja-rightcol div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(Images/box-br.gif) no-repeat bottom right;
}

#ja-rightcol div.module div {
	padding: 0;
	background: url(Images/box-bl.gif) no-repeat bottom left;
}

#ja-rightcol div.module div div {
	padding: 0;
	background: url(Images/box-tr.gif) no-repeat top right;
}

#ja-rightcol div.module div div div {
	padding: 0 5px 5px;
	background: url(Images/box-tl.gif) no-repeat top left;
}

#ja-rightcol div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
