BODY {
    margin-top: 0px;
    background-color: White;
}

TH {
    font: bold;
    background-color: #f5a83d;
    text-align: left;
}

TD {
    vertical-align: top;
}

H1 {
    margin-bottom: 0px;
    font: bold 10pt;
}

H2 {
    font: bold 9pt;
    margin-bottom: 0px;
}

H3 {
    margin-bottom: 0px;
    font-size: 8pt;
}

P,LI,UL,BODY,TD {
    font: 8pt sans-serif;
    font-family: sans-serif;
}

P,UL {
    margin-top: 2px;
}

DIV.m {
    font-weight: bold;
}

DIV.m1 {
    font-weight: normal;
}

CODE {
    font-family: monospace;
}

TABLE.CODE {
    border: 1px solid black;
    background-color: #f4f4f4;
    font-family: monospace;
    width: 100%;
}

TABLE.DATA {
    width: 100%;
    background-color: #f5a83d;
}
