.OuterTable {
	background-color : White;
	border : 1px solid #DFD60D;
}
BODY {
	margin-top : 4;
	margin-left : 2;
}
.MenuBar {
	background-color : #1658A0;
}
.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.SubMenuActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
.SubMenuInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.RowActive {
	background-color: #A5BADC;
}
.RowInactive {
	background-color: #F2F5FA;
}.MenuBar {
	background-color: #17579F;
}
.MenuBarInactive {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.MenuBarActive {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DFD60D;
	text-decoration: underline overline;
}
.FormButtonInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	background-color: #0000CC;
	border: 1px solid #FFFF00;
}
.FormButtonActive {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	border: 1px solid #00CC00;
}
