<!--
dark blue: 003466
dark grey: C0C0C0
light grey: fefefe
-->
<!-- general styles -->
hr{
	border:1px solid #003466;
}

<!-- menu classes -->
.menubody{
	background-color:#fefefe;
}

.menutext{
	font-family:perpetua, arial;
	color:#003466;
}

.menuheaderbody{
	background-color:#000000;
}

.menufooterbody{
	background-color:#ffffff;
}

.menuadmin{
	background-color:#999999;
	border:3px solid #003466;
}

.menulink
{
	color:#000000;
	text-decoration:none;
	font-size:16pt;
	font-family:Perpetua, Arial;
}

<!-- 	color:#4484c4; -->
.menulink:hover
{
	color:#e10505;
	text-decoration:none;
	font-size:16pt;
	font-family:Perpetua, Arial;
}

.menusublink
{
	color:#b0b0b0;
	text-decoration:none;
	font-size:11pt;
	font-family:Perpetua, Arial;
}

.menusublink:hover
{
	color:#fefefe;
	text-decoration:none;
	font-size:11pt;
	font-family:Perpetua, Arial;
}

.menucell{
	background-color:#777777;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #343434;
}

.menusubsection
{
	display:none;
}


<!-- display area classes -->
.dispbody{
	background-color:#fefefe;
	border-right:3px solid #003466;
	border-left:3px solid #003466;
}

.dispadminbody{
	background-color:#fefefe;
	border-top:3px solid #003466;
	border-right:3px solid #003466;
	border-bottom:3px solid #003466;
}

.disptext{
	font-family:Perpetua, times new roman, arial;
	font-weight:normal;
	font-style:normal;
	font-size:14pt;
	color:#222222;
}

.displink{
	font-family:Perpetua, times new roman, arial;
	font-weight:normal;
	font-style:normal;
	font-size:14pt;
	color:#1168cc;
	text-decoration:none;
}

.displink:hover{
	font-family:Perpetua, times new roman, arial;
	font-weight:normal;
	font-style:normal;
	font-size:14pt;
	color:#dd3400;
	text-decoration:none;
}

.dispheader{
	font-family:Perpetua, times new roman, arial;
	font-size:24pt;
	font-weight:bold;
	color:#003466;
}

.dispsubheader{
	font-family:Perpetua, times new roman, arial;
	font-size:18pt;
	font-weight:bold;
	color:#003466;
}

.dispfocaltext{
	font-family:monotype corsiva, arial;
	font-size:18pt;
	font-weight:normal;
	color:#222222;
	font-style:italic;
}

.dispcell{
	font-family:Perpetua, times new roman, arial;
	font-weight:normal;
	font-style:normal;
	font-size:12pt;
	color:#222222;
	background-color:#e0e0e0;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #003466;
}

.disp_table_head{
	font-family:Perpetua, times new roman, arial;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	color:#003466;
	background-color:#999999;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #003466;
}

.dispadminbutton{
	border:1px solid #003466;
	background-color:#f0f4ff;
	color:#003466;
	font-family:arial;
	font-size:8pt;
	width:60px;
}


<!-- header classes -->

<!-- 	background-color:#003466; -->
.headbody{
	background-color:#fefefe;
	border:0px;
	color:#003466;
	cursor:default;
}

.headtable{
	background-color:#fefefe;
	color:#003466;
}

.headtitle{
	font-size:32pt;
	font-family:Perpetua, arial;
	font-weight:bold;
	color:#fefefe;
}

.headcell{
	font-size:14pt;
	font-weight:normal;
	font-family:Perpetua, arial;
	color:#fefefe;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	color:#003466;
}

<!-- footer classes -->
.footbody{
	background-color:#999999;
	border:3px solid #003466;
}

.foottext{
	font-size:8pt;
	font-family:arial;
	font-weight:600;
	color:#000000;
	cursor:default;
}

.footerlink{
	font-size:12pt;
	font-family:arial;
	font-weight:600;
	color:#003466;
	text-decoration:none;
}

.footerlink:hover{
	font-size:12pt;
	font-family:arial;
	font-weight:600;
	color:#4484c4;
	text-decoration:none;
}

.footlink{
	font-size:8pt;
	font-family:arial;
	font-weight:600;
	color:#003466;
	text-decoration:none;
}

.footlink:hover{
	font-size:8pt;
	font-family:arial;
	font-weight:600;
	color:#dd3400;
	text-decoration:none;
}