body
    {
        background: white;
        /* url(img/xwplogo_bright.png) no-repeat top left fixed */
        color: black;
    }

.hidden
    {
        display: none;
    }

.overline
    {
        border-top: solid thin black;
        padding-top: 10px;
    }

a
    {
        color: black;
        text-decoration: underline;
        font-weight: bold;
    }
img {
        /* turns off gaps around images */
        border: 0
    }
div.title
    {
        border-bottom: solid thin black;
    }

div.title h1
    {
        font-size: 48pt;
        line-height: 48pt;
        color: black;
        font-style: italic;
        font-weight: bold;
        text-transform: lowercase;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

div.main
    {
        color: black;
        padding: 10px;
        margin: 30px;
        margin-left: 60px;
        font-size: 12pt;
        line-height: 1.2;
        margin-top: 6pt;
        margin-bottom: 6pt;
    }

div.main h1
    {
        font-size: 20pt;
        font-weight: bold;
        margin-left: -40px;
    }

div.main h2
    {
        display: inline;
        font-size: 12pt;
    }

div.main table
    {
        border: 0px;
        padding: 0px;
    }
div.main td
    {
        border: solid black 1px;
        margin: 0px;
        padding: 5px;
        font-size: 10pt;
    }

div.main dt
    {
        font-weight: bold;
    }

div.box
    {
        display: none;
    }


div.linkimgs
    {
        display: none;
    }

div.footer p
    {
        color: black;
        text-align: right;
        margin-top: 0pt;
        margin-bottom: 0pt;
    }

