/* CSS Document */
BODY {
scrollbar-face-color:#003B78;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#043852;
scrollbar-darkshadow-color:#043852;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#003B78;
}

body 
{
background-color: #003B78;
}

table
{
font-family: Arial; font-size: 12; font-weight:none; color: #333333;
}

.footer
{
font-family: Arial; font-size: 9; font-weight:none; color: #021F2C;
}

.header
{
font-family: Arial; font-size: 12; font-weight:bold; color: #FFFFFF;
}







a:link
{
color:#333333; font-family:Arial; font-weight:none; font-size: 11; text-decoration: none
}
a:visited
{
color:#333333; font-family:Arial; font-weight:none; font-size: 11; text-decoration: none
}
a:hover
{
color:#F16021; font-family:Arial; font-weight:none; font-size: 11; text-decoration: underline
}

.link:link
{
color:#333333; font-family:Arial; font-weight:none; font-size: 12; text-decoration: none
}
.link:visited
{
color:#333333; font-family:Arial; font-weight:none; font-size: 12; text-decoration: none
}
.link:hover
{
color:#CA0065; font-family:Arial; font-weight:none; font-size: 12; text-decoration: underline
}