     /* Article Properties */

BODY,

P {
    font-family: optima, arial, helvetica;
    color: #000C88;                               /* Text color dark blue */
    background-color: #FFFFDD;                    /* Background light yellow */
}

A {
    font-family: optima, arial, helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #FF5500;                               /* Link orange */
}

A:hover {
    color: #0033FF;                               /* Link hover blue */
}



     /* Headings */

H1 {
    text-align: center;
    font-family: optima, arial, helvetica;
    font-size: 50px;
    color: #AF0000;                               /* Maroon */
}

H2 {
    text-align: center;
    font-family: optima, arial, helvetica;
    font-size: 40px;
    color: #009C58;                               /* Green */
}

H3 {
    text-align: center;
    font-family: optima, arial, helvetica;
    font-size: 30px;
    color: #000C88;                               /* Blue */
}

H4 {
    text-align: center;
    font-family: optima, arial, helvetica;
    font-size: 22px;
    color: #000C88;                               /* Blue */
}

H5 {
    text-align: left;
    font-family: optima, arial, helvetica;
    font-size: 18px;
    color: #000C88;                               /* Blue */
}

H6 {
    text-align: left;
    font-family: optima, arial, helvetica;
    font-size: 16px;
    color: #000C88;                               /* Blue */
}


     /* Tables */

table.BOD {
    text-align: center;
    font-family: optima, arial, helvetica;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;                    /* background white */
}

table.BOD td {
    background-color: #FFFFFF;                    /* background white */
    color: #000000;
    text-align: left;
    vertical-align:top
}

table.BOD p {
    background-color: #FFFFFF;                    /* background white */
    color: #000000;
}


     /* Main text indent */

div.MAIN {
    margin: 0px 25px 0px 25px;                    /* top right bottom left */
    font-family: optima, arial, helvetica;
    color: #000C88;
}


     /* Header Notes */

div.HEAD {
    margin: 0px 20px 0px 20px;                    /* top right bottom left */
    font-family: optima, arial, helvetica;
    font-weight: normal;
    font-size: 14px;
}


     /* Footnotes */

div.NOTE {
    font-family: optima, arial, helvetica;
    color: #000C88;
    background-color: #FFFFDD
    font-weight: normal;
    font-size: 12px;
}

div.NOTE h6 {
    text-align: left;
    font-family: optima, arial, helvetica;
    font-size: 14px;
    color: #000C88;
}

div.NOTE ul {
    margin: 1.5em;
}

