body {
    color: #394D6F;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #8A9DB6;
    scrollbar-darkshadow-color: #8A9DB6; 
    scrollbar-track-color: #8A9DB6; 
    scrollbar-face-color: #D4DCE8; 
    scrollbar-shadow-color: #394D6F;
    scrollbar-3dlight-color: #8A9DB6; 
    scrollbar-highlight-color: #394D6F; 
    scrollbar-arrow-color: #D4DCE8;
}

a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: help;   
}

a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: help;
}

a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: help;
}

a:hover {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: help;    
}

.header {
    background-color: #8A9DB6;
    color: #394D6F;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #394D6F;
    color: #394D6F;
    font-size: 10px;
    text-align: center;
}

table {
    color: #394D6F;
    font-size: 8pt;
}

b, i {
    color: #394D6F;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #394D6F;
    font-size: 8pt;
    border: 1px solid #394D6F;
    background-color: #8A9DB6;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #394D6F;
    background-color: #8A9DB6;
}