/* STYLESHEET.CSS */


BODY {
scrollbar-face-color: #2D3546;
scrollbar-highlight-color: #363F52;
scrollbar-3dlight-color: #2D3546;
scrollbar-darkshadow-color: #363F52;
scrollbar-shadow-color: #2D3546;
scrollbar-arrow-color: #363F52;
scrollbar-track-color: #363F52;
color:#A9A9A9;
background: #363F52;
}


A {text-decoration: none; color:#677595 ;}
A:hover{text-decoration: underline; color:#FFFFFF ; }
A:visited{text-decoration:; color:#677595;}
A:active{text-decoration:; color:#FFFFFF;}



#banner {
     background: #363F52;
}

#content {
     background: #363F52;
}


#footer {
     background: #363F52;
     font-family: verdana,arial,helvetica;
     font-size: xx-small;
}





