
BODY { 
    color: #000000; 
    background: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

a:link    { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:focus   { color:black; text-decoration:underline; }
a:hover   { color:black; text-decoration:underline; }
a:active  { color:black; text-decoration:underline; }

H1 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 25px;
    font-weight: normal;
    color: darkgrey;
    border-bottom: 2px solid darkgrey;
    width: 800px;
}

H2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: normal;
    width: 800px;
}

H3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 15px;
    font-weight: normal;
    width: 800px;
}

TABLE.main {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 800px;
    border-left: 2px solid darkgrey;
}

DIV.content {
    clear: both;
    text-align: left;
    text-indent: 30px;
}
DIV.subcontent {
    clear: both;
    text-align: left;
    text-indent: 60px;
}

DIV.middle {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 800px;
    text-align: center;
}

DIV.border {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
}

DIV.footer {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 800px;
    text-align: center;
    border-top: 2px solid darkgrey;
}

TD, TH, TR {
    border-spacing: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

TH, TD {
    text-align: left;
    text-intent: 20px;
    vertical-align: top;
}

TH {
    white-space: nowrap;
    padding-right: 1em;
}

UL {
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0px;
    list-style: none;
    text-align: left;
}

BLOCKQUOTE {
    margin-left: 1.5em;
    margin-right: 0.5em;
}

P.copyright {
    padding-top: 2px;
    text-align: center;
    font-size: 10pt;
}

