﻿body, img, div
{
    font-family: verdana;
    font-size: 9pt;
}
body
{
    margin-bottom: 800px;
}
#content
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
img
{
    border: 0px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:link
{
    color: #003399;
}
a:visited
{
    color: #003399;
}
a:active
{
    color: #0033FF;
}
.h2, .h3
{
    font-size: 10pt;
}
.h0
{
    font-size: 16pt;
}
div.sectionBack, .bold
{
    font-weight: bold;
}
.h1
{
    font-size: 12pt;
    border-top: 3px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.h1 span
{
    font-size: 10pt;
    font-weight: normal;
    margin-left: 15px;
}
.h2
{
    font-style: italic;
}
.h4
{
    text-decoration: underline;
}
div.btt, div.sectionBack
{
    text-align: right;
    clear: left;
}
.section
{
    margin-top: 9px;
    border-top: 5px solid #eee;
    clear: left;
}
.subSection
{
}
div.btt
{
    font-size: 8pt;
    margin-top: 5px;
    font-variant: small-caps;
}
table
{
    border: 1px;
}
ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}
li
{
    margin-top: 3px;
    margin-bottom: 0px;
}
.img
{
    margin: 7px;
    padding: 7px;
}
.legacy, .summary
{
    margin-top: 5px;
}
@media print
{
    .noPrint
    {
        display: none;
    }
    body
    {
        margin-bottom: 10px;
    }
    #content
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
