body {
background-color: #000002;
color : #000002;
font-size : 8pt;
font-family : arial, verdana, georgia, "times new roman";
}
a:link {
color : #47565B;
text-decoration: none;
}
a:visited {
color : #1A617D;
text-decoration: none;
}
a:hover {
color : #1A617D;
text-decoration: none;
}
a:active {
color : #1A617D;
text-decoration: none;
}
#content {
position: absolute;
background-color: #172D3B;
background-image: none;
top: 0px;
left: 135px;
width: 479px;
font-size: 8pt;
font-family: Arial, Verdana;
color: #000002;
text-align: left;
}
.navigation {
	text-align:center;
	text-transform:uppercase;
	font-size:7pt;
	font-family: Verdana, Arial;
	padding-top:10px;
	}
h1 {
	text-align:center;
	text-transform:uppercase;
	font-size:9pt;
	font-family: Verdana, Arial;
border-bottom : 1px solid #000002;
color: #47565B;
}
h4 {
	text-align:center;
	text-transform:uppercase;
	font-size:8pt;
	font-family: Verdana, Arial;
border-bottom : 1px solid #000002;
color: #47565B;
clear: both;
}
input, textarea, select, option {
background-color: #172D3B;
background-image : none;
color : #000002;
font-size : 8pt;
font-family : arial, verdana, georgia, "times new roman";
text-align : center;
border-width : 1px;
border-style : dashed;
border-color : #000002;
padding : 1px;
}
p, table
{
padding-left: 25px;
padding-right: 25px;
}
img
{
 border-style: none;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}