body
{
    font-family:    Georgia, serif;
    font-size:      10pt;
}

#main
{
    width:          800px;
    margin-left:    auto;
    margin-right:   auto;
}

h1
{
    text-align: center;
}

#header
{
    text-align: center;
}

p
{
    text-align:     justify;
    margin-bottom:  1em;
}

h3
{
    font-size:      10pt;
    border-bottom:  solid 1px black;
    margin-top:     3em;
    clear:          both;
}

img
{
    border:         none;
    margin-left:    2em;
}

table
{
    border-collapse: collapse;
}

td
{
    vertical-align: top;
    padding: 0px 10px 2px 0px;
}

table tr td:first-child
{
    white-space: nowrap;
}

blockquote
{
    margin-left:    0em;
    margin-left:    2em;
    font-family:    "Courier New", monospace;
    font-size:      10pt;
    color:          #777;
}