﻿body 
{
	background-color: white;
	padding: 0px;
	margin: 0px;
}
table.quickrank
{
    width: 100%;
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
}

table.quickrank a 
{
	color: Black;
	text-decoration: none;
}

table.MainTable 
{
	width: 100%;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}
tr.headerRow 
{
	background: url(../im/bg_x_table.jpg);
	color: White;
}
table.MainTable tr.headerRow td
{
	background-color: Transparent;
}
table.MainTable td 
{
	background-color: #eeeeee;
	border-bottom: 1px solid white;
	padding: 1px 6px 1px 6px;

}

.right 
{
	text-align: right;
	padding-left: 0px;
	padding-right: 2px;
}
.center 
{
	text-align: center;
}
.pos 
{
	/* color: #00AA00; */
}
.neg 
{
	/* color: #880000; */
}

