body {
    color: #4B646F;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #0000FF;
    scrollbar-darkshadow-color: #0000FF; 
    scrollbar-track-color: #0000FF; 
    scrollbar-face-color: #A2B5BB; 
    scrollbar-shadow-color: #4B646F;
    scrollbar-3dlight-color: #0000FF; 
    scrollbar-highlight-color: #4B646F; 
    scrollbar-arrow-color: #A2B5BB;
    BACKGROUND-COLOR: transparent;
}

a:active {
    color: #16262E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: ne-resize;  
}

a:link {
    color: #16262E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: ne-resize;
}

a:visited {
    color: #16262E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: ne-resize;
}

a:hover {
    color: #3E545D;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: ne-resize;    
}

.header {
    border-bottom: 2px solid #4B646F;
    color: #4B646F;
    font-size: 8pt;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 2pt;
    text-align: right;
    padding: 4px;
}

.foot {
    border-top: 1px dotted #4B646F;
    color: #4B646F;
    font-size: 10px;
    text-align: center;
}

table {
    color: #4B646F;
    font-size: 8pt;
}

b, i, strong {
    color: #4B646F;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #4B646F;
    font-size: 8pt;
    border: 1px solid #4B646F;
    background-color: #A2B5BB;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #4B646F;
    background-color: #A2B5BB;
}