BODY
{
    MARGIN: 2px;
    COLOR: #CDA570;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-COLOR: #CDA570;
    BACKGROUND-COLOR: #0A1B11;

    scrollbar-base-color: #0A1B11;
    scrollbar-face-color: #0A1B11;
    scrollbar-track-color: #0A1B11;
    scrollbar-arrow-color: #F2CFB0;
    scrollbar-highlight-color: #0A1B11;
    scrollbar-3dlight-color: #F2CFB0;
    scrollbar-shadow-color: #0A1B11;
    scrollbar-darkshadow-color: #F2CFB0;
}

A {
    TEXT-DECORATION: none;
}

A:hover {
    TEXT-DECORATION: underline;
}

.note {       
    font-size: 100%;
    color: #DED1AD;
}

.header {       
    color: #CDA570;
    FONT-SIZE: 10px;
}

.header_title {       
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    color: #CDA570;
}

.header_link {       
    FONT-WEIGHT: bold;
    color: #CDA570;
}

.footer {       
    color: #CDA570;
    FONT-SIZE: 10px;
}

.footer_link {       
    FONT-WEIGHT: bold;
    color: #CDA570;
}

.body {
    color: #D9BC95;
    FONT-SIZE: 10px;
}

.body P {
}

.body A {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    color: #AE5300
}

.body DIV {
     margin-top:5px;
     margin-bottom:1px;
     margin-left:5px;
     margin-right:5px;
}

.body_title {       
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    color: #D9BC95;
}

.body_link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    color: #AE5300
}

.body_tab {
    FONT-FAMILY: Courier;
    FONT-WEIGHT: normal;
    FONT-SIZE: 6px;
    color: #D9BC95;
}

.field {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #F2CFB0;
    font-size: 8pt;
    font-weight: bold;
    border-color: none none none;
    border-style: none;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    background-color: #4E301F
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #F2CFB0;
    font-size: 8pt;
    font-weight: bold;
    border-color: none none none;
    border-style: none;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    background-color: #4E301F
}



