html
{
    margin: 0;
    padding: 0;
}
body
{
    overflow: hidden;
    background-color: White;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #564b47;
    padding: 0;
    margin: 5px 0 0 0;
    max-height: 654px;
    height: 100%;
}
a
{
    color: #DB7093;
}
a:visited
{
    color: #DB7093;
}
a:hover
{
    color: #564b47;
}
a:active
{
    color: #000000;
}

h1
{
    font-size: 11px;
    text-transform: uppercase;
    background-color: #E0A3B7;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;
    padding: 5px 15px;
    margin: 0;
}

h2
{
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}

img.download
{
    vertical-align: middle;
}

#container
{
    width: 744px;
    margin-bottom: 10px;
    margin: 0 auto;
    background-color: White;
    max-height: 654px;
    height: 100%;
}

#content
{
    padding: 0;
    margin: 0 0px;
    max-height: 654px;
    height: 100%;
}

div#content
{
    max-height: 654px;
    height: 100%;
}

p, pre
{
    padding: 5px 10px;
    margin: 0;
}

#footer
{
    height: 200px;
    width: 744px;
    float: left;
    z-index: -1;
    margin-top: -85px;
    margin-bottom: 0;
    padding: 0;
}

DIV.scrollarea
{
    overflow: auto;
    width: 407px;
    height: 410px;
}
DIV.scrollarea H1
{
    margin: 0px 0px 10px;
}
DIV.scrollarea P
{
    margin: 0px 0px 1em;
}
DIV.scrollareaproperty
{
    width: 320px;
    height: 270px !important;
}
P#scrollboxarrows
{
    display: block;
    margin: 2px 0px 1px;
}
