body {
	font-family : Verdana, Helvetica, sans-serif;
	background: #000080;
	margin: 0
}

.menu {
	color : #000000;
	font-size : 12px;
	text-decoration: none;
 }

table.menu tr {
	background: #0066FF; 
	text-align:left;
}

table.menu tr a:visited  { color : #FFFF00; text-decoration: none;}
table.menu tr a:link     { color : #FFFF00; text-decoration: none;}
table.menu tr a:hover    { color : #FFFFFF; text-decoration: none;}

.undermenu {
	text-align: center;
	color: black;
}

.undermenu a:visited  { color : black; text-decoration: none;}
.undermenu a:link     { color : black; text-decoration: none;}
.undermenu a:hover    { color : black; text-decoration: none;}

				
.footer {
	padding-bottom : 4px;
	font-size : 11px;
	padding-right : 20px;
	margin-left : 0px;
	color: #FFFFFF; 
	text-align:center
}

.footer A:visited { color: #FFFF00; text-decoration: none}
.footer A:link    { color: #FFFF00; text-decoration: none}
.footer A:hover   { color: #FFFF00; text-decoration: underline}


h1 {
	padding-bottom : 6px;
	font-size : 16px;
	padding-right : 20px;
	margin-left : 0px;
	color:blue;
	font-weight : bold;
}


H2 {
	padding-bottom : 6px;
	font-size : 14px;
	padding-right : 20px;
	margin-left : 0px;
	color:blue;
	font-weight : bold;
}

H3 {
	padding-bottom : 6px;
	font-size : 12px;
	padding-right : 20px;
	margin-left : 0px;
	color:blue;
	font-weight : bold;
}

P,LI {
	font-size : 12px;
	color:#000000;
	margin-bottom: 1em;
	line-height: 150%;
}

A:visited { color: #660000; text-decoration: underline }
A:link    { color: #660000; text-decoration: underline }
A:hover   { color: #7B3C08; text-decoration: double-underline }

hr           { color: blue;
background-color: blue;
height: 3px;
}

img.framed {
	border: 2px solid navy;
	margin: 5px;
}

td {
	vertical-align: top
}