
BODY {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: white;
    background-color: #002041;
    background-image: url('../images/background.png');
}


a.white:link {color: white; text-decoration: none;}
a.white:active {color: white; text-decoration: none;}
a.white:visited {color: white; text-decoration: none;}
a.white:hover {color: white; text-decoration: underline;}

a.white_underline:link {color: white; text-decoration: underline;}
a.white_underline:active {color: white; text-decoration: underline;}
a.white_underline:visited {color: white; text-decoration: underline;}
a.white_underline:hover {color: white; text-decoration: underline;}

TABLE.userInfoBox {
    background: #18488B;
    font-size: smaller;
    color: white;   
    border-radius: 5pt;
    -moz-border-radius: 5pt; 
}



TABLE.BasicBox {
    border-width: 1px;
    border-color: #F7FFB1;
    border-style: solid;
    background-color: #002041;
    border-radius: 10pt;
    -moz-border-radius: 10pt;
}

TABLE.BasicBoxDarker {
    border-width: 1px;
    border-color: #F7FFB1;
    border-style: solid;
    background-color: #18488B;
    border-radius: 10pt;
    -moz-border-radius: 10pt;
}

TD.BasicBoxDarkerHeader {
    background-color:#16417D;
    color:white;
    font-weight:bold;
}


TD.mainContent {
    color: white;
}


SELECT.JumpLink {
    color: white;
    background-color:#18488B;
}

OPTION.JumpLink {
    color: black;
    background-color:#1D57A9;
}

OPTION.JumpLinkAlt {
    color: black;
    background-color:#18488B;
}

TD.pageTitle {
    color: #002041;
    background-color: #F7FFB1;
    font-size: 16px;
}

DIV.LandGrabImage {
    background-image: url('../images/landgrab_dark.png');
    height:95;
    width:191;
}

SPAN.AttnColor {
   color:#F7FFB1;
}