﻿body
{
	font-size: 10pt;
	font-family: Arial, Tahoma;
	color: black;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}
body table
{
	background-color:white;
}
a
{
	color:navy;
}
.mainlayout
{
	width: 675pt;
	height: 100%;
	background-color: white;
	margin-top: 0px;
	padding-top: 0px;
	margin-right:auto;
	margin-left:auto;
}
.mainlayout td
{
}
.cellWithLeftNRightBorder
{
	border-left: solid 1px navy;
	border-right: solid 1px navy;
	background-color: white;
}
.cellWithFullBorder
{
	border: solid 1px navy;
	background-color: white;
}
.cellWithBorderNoLeft
{
	border-top: solid 1px navy;	
	border-bottom: solid 1px navy;	
	border-right: solid 1px navy;	
	background-color: white;
}
.cellWithBorderNoRight
{
	border-top: solid 1px navy;	
	border-bottom: solid 1px navy;	
	border-left: solid 1px navy;	
	background-color: white;
}
.headercellWithLeftNRightBorder
{
	border-left: solid 1px navy;
	border-right: solid 1px navy;
	background-color: white;
}
.headercellWithFullBorder
{
	border: solid 1px navy;
	background-color: white;
}
.headercellWithBorderNoLeft
{
	border-top: solid 1px navy;	
	border-bottom: solid 1px navy;	
	border-right: solid 1px navy;	
	background-color: white;
}
.headercellWithBorderNoRight
{
	border-top: solid 1px navy;	
	border-bottom: solid 1px navy;	
	border-left: solid 1px navy;	
	background-color: white;
}
.homepage_mainimage
{
	width:802px;
	height:497px;
}
.mainMenu
{
	font-size:12pt;
	font-weight:bold;
	background-color: white;
	border: none;
	text-align: center;
	margin:0;
	color:#993300;
	padding:0;
}
.mainMenu a
{
	color:Navy;
}
.menuHover
{
	font-size:12pt;
	font-weight:bold;
	background-color:#dbc64a;
	color:Red;
}
.menuHover a
{
	color:Red;
}
.menuHover td
{
	background-color: #dbc64a;
}
.menuSelected
{
	font-size:12pt;
	font-weight:bold;
	background-color: white;
	color: Gray;
	text-align: center;
}
.menuSelected a
{
	color:Gray;
}
.menuSelected td
{
		background-color: white;

}
.OpeningWelcome
{
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	font-family: 'Tahoma';
	color: Navy;
	font-style: normal;
	font-variant: normal;
}