A.Nav
{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight:bold;
	color:black;
	text-decoration:none;
}
A.Nav:hover
{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica;
	color:blue;
	text-decoration:none;	
}
/*
base CSS
root
*/
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	background-color:#efeeee;
}
H1
{
	font-size: 16pt;
	line-height: normal;
	font-family: Arial;
	letter-spacing: normal;
	text-align: left;
}
TBODY
{
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
	line-height: 16px;	
}
.ErrorText
{
    color: red;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	line-height: 16px;
}
.HeaderNav
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
	background:#6b7aa5;
}
.HeaderNavTabs
{ background:#efeeee; border-top-color: #6b7aa5; border-right-color: #6b7aa5; border-bottom-color: #6b7aa5; border-bottom-style:none; border-left-color: #6b7aa5; }
.HeaderTable
{
	background:#d5dce4;
   	color: navy;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
	font-weight: bold;
	line-height: 16px;	
}
.HeaderTitle
{
	color:navy;
}
.InfoTable thead
{ background:navy; color: white; font-family: Verdana, Arial, Helvetica; font-size: x-small; font-weight: bold; line-height: normal; text-align: center; }
.InfoTable TR.even
{ background:white; color: black; font-family: Verdana, Arial, Helvetica; font-size: x-small; line-height: 16px; text-align: center; margin: 2px; padding: 2px; }
.InfoTable TR.odd
{ background:silver; color: black; font-family: Verdana, Arial, Helvetica; font-size: x-small; line-height: 16px; text-align: center; margin: 2px; padding: 2px; }
.Labels
{
    color:#C3A32C;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	line-height: 16px;
}
.TextBox
{
   	 color: Black;
   	 font-family: Verdana, Arial, Helvetica;
    	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
}
.TextBoxStrong
{
    color: Black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
	font-weight: Bold;
	text-decoration:underline;
	line-height: 16px;
}

