
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	text-align: left;
	padding: 0 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

table {
	background-color: #FFFFFF;
	border: none;
	vertical-align: top;
	width: 80%;
}
td { padding-top: 1em; 
	vertical-align: top;}

.title {
	width: 40%; 
	background-color: #0000A0;
	color: #FFFFFF;
	vertical-align: middle;
}
.mainnav {
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	vertical-align: middle;
}

.botnav {
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	vertical-align: middle;
	padding-top: 1em;
}
.botad{
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	vertical-align: middle;
}
.b {font-weight: bold; }
.c {text-align: center; }
.bc {font-weight: bold; text-align: center; }
.i {font-style: italic; }

a:active { color: red; }
a:visited { color: red; }
a:hover {background-color: #FF3333; color: #FFFFFF;}
