<!--

body         
{
background-color: #001C41;
font-size: 11px; 
line-height: 14px;
color: #E6F4F7; 
font-family: verdana; 
}
a:link {
color: #598EDA;
font-weight: bold;
text-decoration: underline
}
a:visited {
color: #66A9BA; 
text-decoration: underline
}
a:active {
color: #66A9BA; 
text-decoration: underline overline
}
a:hover {
color: #E6F4F7;
background: #598EDA;
text-decoration: none
}
h1
{
font-size: 16px; 
color: #E6F4F7;
font-family: verdana; 
}
h4
{
font-size: 12px; 
color: #E6F4F7;
font-family: verdana;
text-align: center;
}
p, li, ul, ol, td, br {
background-color: #001C41;
font-size: 11px; 
color: #E6F4F7;
text-align: justify;
font-family: verdana; 
}
#header
{
position: absolute;
top: 0px;
left: 25px;
width: 550px;
text-align: justify;
font-size: 11px; 
color: #E6F4F7;
font-family: verdana;
}
#content
{
position: absolute;
top: 225px;
left: 25px;
width: 550px;
text-align: justify;
font-size: 11px; 
color: #E6F4F7;
font-family: verdana;
}
input, textarea, select {
border-right: #598EDA 1px solid; 
border-top: #598EDA 1px solid; 
font-size: 11px; 
font-family: verdana;
color: #E6F4F7;
border-left: #598EDA 1px solid; 
border-bottom: #598EDA 1px solid; 
background-color: #001C41
}
img
{
border-style: none;
padding: 1px;
} 
img.floatLeft { 
    float: left; 
margin: 5px;
}
img.floatRight { 
    float: right; 
margin: 5px;
}
-->