<!--
body
{ 
background-color: #003664;
background-image: url('/images/bg2.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
margin: 0;
}

img {
border: 0;
}

.normaltext   { font-family: Arial; font-size: 12px; color: #333333; font-weight: normal }
.bltext       { font-family: Tahoma; font-size: 18px; color: #071E54; font-weight: bold }
.blacktext    { font-family: Verdana; font-size: 12px; color: #000000; font-weight: normal }
.formbox      { font-family: Verdana; font-size: 12px; color: #999999; font-weight: normal }
.arrow        { font-family: Tahoma; font-size: 12px; color: #49729E; font-weight: normal }

a:link,
a:visited     { text-decoration: underline; color: #CC0000; font-weight: normal }
a:hover       { text-decoration: underline; color: #4974A3; font-weight: normal }

a.nav:link,
a.nav:visited { font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: none; color: #49729E}
a.nav:hover   { font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: underline; color: #CC0000}

a.nl:link,
a.nl:visited,
a.nl:hover    { text-decoration: underline; color: #999999; font-weight: normal }

a.white:link,
a.white:visited,
a.white:hover { font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: underline; color: #FFFFFF}
-->