﻿body {
	font-family:Tahoma,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background-image:url("images/bg.gif");
	margin: 10px 0px 10px 0px;
}

.maintable
{
 border-color:White;
 border-style:solid;
 border-width:1px;
 width:765px;
 background-color:White;
}

.header
{
 background-color:#7E90AC;
 color:White;
}

.subheader
{
 background-color:#233D63;
 font-size:14px;
 font-weight:bold;
 color:White;
}

.menu
{
 background-color:#3E6196;
 color:White;
 width:185px;
}

.menubox
{
	padding:10px 10px 10px 5px;
	width:185px;
	border-bottom:solid 1px white;
}

.menubox:hover
{
	padding:10px 10px 10px 5px;
	background-color:#7B92B5;
	width:185px;
}

.menuitem
{
	font-size:11px;
	text-transform:uppercase;
	color:White;
	text-decoration:none;
	width:185px;
}

.error
{
	font-size:11px;
	color:Red;
	font-weight:bold;
}

.footer
{
 background-color:#0C1E38;
 font-size:10px;
 color:White;
}

.whitespacer
{
	background-color:White;
	height:1px;
	width:1px;
}

.blank 
{
}

.gray 
{
	background-color:#C0C0C0;
}