﻿body
{
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: smaller;
	color: #000000;
	background-color: Black;
}
td
{
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: 8pt;
	vertical-align:top;
}
th
{
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: smaller;
	color: #000000;
}
A:link
{
	text-decoration: none;
	color: blue;
}
A:visited
{
	text-decoration: none;
	color: blue;
}
A:hover
{
	text-decoration: blink;
	color: red;
}
.LoginControl
{
    background-color: #F7F7DE;
    border-color:#CCCC99;
    border-style:solid;
    border-width:1px;
}
.MainTable
{
    width: 100%;
    background-color: White;
}