body
{
	background-color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

td
{
	
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

h1
{
	color: #003A75;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	/*margin: 5px;*/
	margin-top: 0px;
	border-bottom: 1px solid #003a75;
}

h2
{
	color: #003A75;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	/*margin: 5px;*/
	border: none; /*border-bottom: 1px solid #003a75;*/
	margin-top: 0px;
}

hr
{
	border: none;
	border-top: 1px solid #003A75;
	border-collapse: collapse;
	height: 1px;	
}

form
{
	margin: 0px;
	padding: 0px;
}


a, a:link, a:active, a:hover
{
	text-decoration: underline;
	color: #003a75;
}
a:hover
{
	color: #003399;
}

a:visited
{
	color: #003399;
}


.MenuSel, .MenuDesel, .MenuActive, .MenuText, .SubMenuSel, .SubMenuDesel, .SubMenuActive
{
	color: #003A75;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
	padding-left: 4px;
	cursor: pointer;

}

.MenuSel, .MenuActive, .SubMenuSel, .SubMenuActive
{
	background-color: #96A9BD;
	border: 1px solid #858585;
}

.MenuDesel, .SubMenuDesel
{
	/*background-color: none;*/
	border: none;
	padding: 1px;
	padding-left: 5px;
	
}

.MenuActive, .SubMenuActive
{
	color: #FFFFFF;
}

.SubMenuSel, .SubMenuDesel, .SubMenuActive
{
	font-weight: normal;
	padding-left: 14px;
}

.SubMenuSel
{
	padding-left: 13px;
}

.MenuText
{
	text-align: left;
	font-weight: bold;
	/*background-color: none ;*/
	border: none;
	color: #000000;
	cursor: default;
	/*border-bottom: 1px solid #003399;*/
}

.MenuDivider
{
	border: none;
	border-top: 1px solid #999999;
	border-collapse: collapse;
	height: 1px;	
}

.TopLink a, .TopLink a:link, .Toplink a:visited, .Toplink a:active
{
	text-decoration: none;
	color: #ffffff;
}

.Toplink a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.TopLink a:visited
{
	color: #ffffff;
}



.Copyright, .Copyright a, .Copyright a:visited
{
	color: #999999;
}

.Copyright a:hover
{
	color: #96A9BD;
}

.MainTable
{
	width: 750px;
}

/* Results Tables */
#Results
{
	border: 1px solid #666666;
}

#Results th
{
	padding: 3px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #96A9BD;
}
#Results td
{
	padding: 3px;
	margin: 0px;
	border-collapse: collapse;
	border: 1px solid #666666;
}

.InputBox
{
	border: 1px solid #003a75;
	padding: 2px;
}

.ErrorText
{
	color: #ff0000;
	font-weight: bold;
}

.FloatMenu
{
	width: 30%; 
	border: 1px solid #000000; 
	float: right; 
	padding: 6px;
}