/* CSS Document */
BODY {
    color: black;
    font-family: arial, helvetica, sans serif;
    font-size: 12px;
	margin: 0;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
td {
	font-family: arial, helvetica, sans serif;
    font-size: 12px;
}
A:link {	text-decoration: underline; color: #0054a0;}
A:visited{	text-decoration: underline; color: #0054a0;}
A:active{	text-decoration: underline; color: #0054a0;}
A:HOVER {	color: red;}

A.nav:link {	text-decoration: underline; color: "#000000";}
A.nav:visited {	text-decoration: underline; color: "#000000";}
A.nav:hover {	text-decoration: underline; color: "#BBC4EE";}

A.snav:link {	text-decoration: underline; color: "#FFFFFF";}
A.snav:visited {text-decoration: underline; color: "#FFFFFF";}
A.snav:hover {	text-decoration: underline; color: red;}

A.region:link {		text-decoration: underline; color: #0054a0; font-size: x-small;}
A.region:visited {	text-decoration: underline; color: #0054a0; font-size: x-small;}
A.region:hover {	color: red;}

H1 {
    font-size: 16pt;
	color: black;
	border-bottom: black 2px solid;
	width: 100%;
	vertical-align: top;
	margin-top:0;
	padding-top:0;
}
H2 {
    color: #333399;
    font-size: 14pt;
}
h3 {
	color: White;
	font-family: Arial;
	padding: 5pt;
	font-size: 10pt;
	clear: both;
	background: #7379ce;
	vertical-align: top;
	border: solid 1px #333399;
}
#content_table{
background-color:#ECEFF5;
width:60%;
}
#menuCell{
position:absolute;
text-align:right;
top:100px;
right:20px;
width:180px;
}

#menuCell font {display:none;}
