body {
	background: #000080;
	text-align: center;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
}

.headerText1 {
	color: #000000;
	margin: 10px 5px 5px 8px;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

.headerText2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

#bodytext, #bodytext td, #bodytext p {
	margin: 10px 5px 5px 10px;
	font-size: 10pt;
	text-decoration : none;
	font-weight : normal;
	font-family: verdana, arial, sans-serif;
}

#bodytext li {
	font-size: 10pt;
	text-decoration : none;
	font-weight : normal;
	font-family: verdana, arial, sans-serif;
}

#bodytext h1 {
	color: #000000;
	margin: 10px 5px 5px 10px;
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

#bodytext h2 {
	color: #000000;
	margin: 10px 5px 5px 10px;
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

#bodytext a {
	color: #000000;
	font-weight: bold;
}
#bodytext a:link, #bodytext a:visited,#bodytext a:active {
	text-decoration: none;
}
#bodytext a:hover {
	text-decoration: underline;
}

#footer {
	color: #fff;
	font-size: 8pt;
	font-family : verdana, arial, sans-serif;
}
#footer a, #footer a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	font-family : verdana, arial, sans-serif;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#menu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 8px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 460px;
	background: #000080;
	white-space: nowrap;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 3px 0;
}
#menu a {
	padding: 4px 4px 4px 4px;
	border: 1px solid #fff;
	background-color: #666666;
}
#menu a:link, #menu a:visited {
	color: #fff;
	background-color: #63499C;
	text-decoration: none;
}
#menu a:hover {
	border: 1px solid #63499C;
	background-color: #fff;
	color: #63499C;
}
#menu #uberlink a:link,#menu #uberlink a:visited,#menu #uberlink a:hover {
	border: 1px solid #63499C;
	background-color: #fff;
	color: #63499C;
}
#menu #empty {
	background: #dddddd;
	padding: 4px 4px 4px 4px;
	border: 1px solid #dddddd;
	width: 160px;
}

