body, td, th, p
{
	font-family: Verdana;
	font-size: 12px;
	color: #666667;
}
.AirWans {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666667;
}
.PageHeader {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #04046A;
}
a:link, a:active, a:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #04046a;
}
a:hover
{
	color: #6799cc;
	text-decoration: underline;
}
a:link.white, a:active.white, a:visited.white
{
	color: white;
}
a:hover.white
{
	color: #04046a;
	text-decoration: none;
}
a:link.red, a:active.red, a:visited.red
{
	color: red;
}
a:hover.red
{
	color: #04046a;
	text-decoration: none;
}
.bak_menu
{
	width: 400px;
	padding: 5px;
	color: white;
	font-weight: bold;
	border: solid 1px #04046a;
	background-color: #6799cc;
	text-align: center;
}
.err
{
	color: red;
}
.navBar
{
	background-color: lightblue;
	border: 1px solid black;
	height:24px;
	width:100%;
}
.regButt {
	background-color: #000000;
	border: 1px solid black;
	color: #FFFFFF;
	height:20px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	margin: 2px;
}
.overButt {
	background-color: #000000;
	border: 1px solid black;
	color: #6699CC;
	height:20px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	margin: 2px;
}
.regButtBlue {
	background-color: #6699CC;
	border: 1px solid black;
	color: #FFFFFF;
	height:20px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	margin: 2px;
}
.overButtBlue {
	background-color: #666666;
	border: 1px solid black;
	color: #FFFFFF;
	height:20px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	margin: 2px;
}
.regTabButt {
	background-color: #FFFFFF;
	color: #000000;
	height: 24px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
}
.overTabButt {
	background-color: #000000;
	border: 1px solid black;
	color: #6699CC;
	height:20px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	margin: 2px;
	/*
	background-color: #FFFFFF;
	color: blue;
	height: 24px;
	width:100%;
	font-family: Arial;
	font-weight:bolder;
	*/
}
.tabButton {
	position:absolute;
	background-color: #FFFFFF;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: #000000;
	height:24px;
	overflow:hidden;
	font-family: Arial;
	font-weight:bolder;
}
.tabButtoff {
	position:absolute;
	background-color: black;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	/*border-bottom: 1px solid black;*/
	color: #000000;
	height:24px;
	overflow:hidden;
	font-family: Arial;
	font-wieght:bolder;
}
.closedMenu {
	position:absolute;
	height:20px;
	overflow:hidden;
	font-family: Arial;
	font-weight:bolder;
}
.menuTable {
	border: 1px solid #999999;
}
.optionTable {
	background-color: #6799CC;
}
.menuSpacer {
	height:24px;
	width:5px;
	position:absolute;
	z-index:100;
	overflow:hidden;
}
.shadowMS {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menuShadow.png', sizingMethod='scale');
	width: 5px;
	height: 5px;
}
.shadowNS {
	background-image: url('images/menuShadow.png');
	width: 5px;
	height: 5px;
}
.subhead
{
	font-weight: bold;
	color: #6799cc;
	font-size: 10pt;
}

