BODY { 
    background-color:#ffffff; 
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    margin: 0px;
}


/*----------------------*/
.top
{
	font-family:Verdana;
	font-size:12px;
	vertical-align:super;
}
td
{
	font-family:Verdana;
	font-size:12px;
}
a
{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color: #00008b;
	font-weight:normal;
}
a:visited
{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color: #00008b;
	font-weight:normal;
}
a:hoover
{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color: #00008b;
	font-weight:normal;
}

A.header {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    text-decoration:none;
    font-weight:bold;
}

A.menuitem {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    text-decoration:none;
    color: #000000;
    font-weight:normal;
}
A.menuitem:hover {
    text-decoration:none;
}

A.menuitem:visited {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    text-decoration:none;
    color: #000000;
    font-weight:normal;
}

A.header:visited {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    text-decoration:none;
    font-weight:bold;
}

A.header:hover {
    text-decoration:none;
}

.links
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.links a
{
	
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.links a:visited
{
	
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.links a:hoover
{
	
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

/*---------------------------*/
.standardinput {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    width:174px;
}
.submitbutton {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
}

.mediumblacktxt {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    color: #000000;
}

.smallblacktxt {
    font-family:verdana, helvetica, arial; 
    font-size:10px; 
    color: #000000;
}

.mediumblackboldtxt {
    font-family:verdana, helvetica, arial; 
    font-size:12px; 
    color: #000000;
    font-weight:bold;
}
.main 
{
	border: solid 1px #eeeeeee;
}
/* color classes ----------------------------------------- */

.white          { background-color: #ffffff; }
.black          { background-color: #000000; }

.lightblue      { background-color: #AECEE7; }
.blue           { background-color: #6699cc; }
.mediumblue     { background-color: #3C72FE; }
.darkblue       { background-color: #2A5DFE; }

.lightyellow    { background-color: #fff0b2; }
.mediumyellow   { background-color: #ffe066; }
.yellow         { background-color: #ffcc00; }

.lightgrey      { background-color: #eeeeee; }
.grey           { background-color: #dddddd; }
.mediumgrey     { background-color: #cccccc; }
.darkgrey       { background-color: #aaaaaa; }

.RedText
{	
	color:Red;
}
