BODY
{
    font-size: 12px;
    background-color: #f8ffff;
    color: #111111;
}

TABLE
{
    font-size: 12px;
    background-color: #e0ffff;
    color: #111111;
}

H1
{
    border-top: #aaaaff 1px solid;
    border-bottom: #444499 1px solid;
    border-right: #444499 1px solid;
    border-left: #aaaaff 1px solid;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    background-color: #6666cc;
}

H2
{
    font-weight: bold;
    font-style: oblique;
    font-size: 16px;
    border-bottom: #444499 1px solid;
    color: #402020;
}

H3
{
    font-weight: bold;
    font-size: 15px;
    color: #402020;
}

H4
{
    font-weight: bold;
    font-size: 13px;
    color: #402020;
}

A:link
{
    color: #000099;
}
A:visited
{
    color: #000099;
}
A:hover
{
    color: #ff0000;
}

P
{
    line-height: 150%;
    text-indent: 12px;
}

LI
{
    line-height: 150%;
    text-indent: 12px;
}

.warn
{
    font-weight:bold;
    color:red;
}

TH	 { background-color: #c0c0ff; color: black; font-size: 10pt; }
TD.odd	 { background-color: #e0efff; color: black; font-size: 10pt; }
TD.odd-c	 { background-color: #e0efff; color: black; font-size: 10pt; text-align: center; }
TD.odd-r	 { background-color: #e0efff; color: black; font-size: 10pt; text-align: right; }
TD.odd-strong	 { background-color: #c0ffdf; color: black; font-size: 10pt; font-weight: bold; }
TD.odd-strong-c	 { background-color: #c0ffdf; color: black; font-size: 10pt; font-weight: bold; text-align: center; }
TD.odd-strong-r	 { background-color: #c0ffdf; color: black; font-size: 10pt; font-weight: bold; text-align: right; }
TD.even	 { background-color: #ffefe0; color: black; font-size: 10pt; }
TD.even-c	 { background-color: #ffefe0; color: black; font-size: 10pt; text-align: center; }
TD.even-r	 { background-color: #ffefe0; color: black; font-size: 10pt; text-align: right; }
TD.even-strong	 { background-color: #efffd0; color: black; font-size: 10pt; font-weight: bold; }
TD.even-strong-c	 { background-color: #efffd0; color: black; font-size: 10pt; font-weight: bold; text-align: center; }
TD.even-strong-r	 { background-color: #efffd0; color: black; font-size: 10pt; font-weight: bold; text-align: right; }
TD.supplement_odd	 { background-color: #e0efff; color: black; font-size: 8pt; }
TD.supplement_even	 { background-color: #ffefe0; color: black; font-size: 8pt; }
TD.layout { background-color: #f8ffff; color: black; font-size: 10pt; }
CAPTION	 { color: black; font-weight: bold; font-size: 10pt; }

TH.warn	 { background-color: #ff5080; color: black; font-size: 10pt; }
TD.odd_warn	 { background-color: #ffa0b0; color: black; font-size: 10pt; }
TD.even_warn	 { background-color: #ff6f80; color: black; font-size: 10pt; }
TD.supplement_odd_warn	 { background-color: #ffa0b0; color: black; font-size: 8pt; }
TD.supplement_even_warn	 { background-color: #ff6f80; color: black; font-size: 8pt; }
