* {
        font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
}

P {
        margin: 5 20 5 5;
        text-align: center;
}

H1 {
        font-size: 12pt;
        color: #FF810F;
        margin-left: 5;
        margin-right: 5;
        text-align: right;
        vertical-align: bottom;
}

TD {
        font-size: 9pt;
        color: #FFFFFF;
}

OL, UL {
        margin-top: 5px;
        margin-bottom: 5px;
}

SELECT {
        background-color: #C1D8EE;
        color: #002F56;
        border: 1px solid #FFFFFF;
}

OPTION {
        background-color: #002F56;
}

A {
        color: #E1ECF7;
        font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
        font-weight: bold;
        text-decoration: none;
}

A:visited {
        color: #C1D8EE;
}

A:hover {
        text-decoration: underline;
        color: #FF810F;
}

HR {
        color: #FFFFFF;
        height: 1;
}