#container,
#container table,
#container input,
#container select,
#container textarea
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

#container h1,
#container h2,
#container a
{
    color: #065f7d;
}

#container h1
{
    font-size: 150%;
    font-weight: normal;
    margin: 0 0 0.5em;
}

#container h2
{
    font-size: 120%;
    font-weight: normal;
    margin: 1.5em 0 0.5em;
}

#container h3
{
    font-size: 100%;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}

#container p
{
    margin: 0 0 0.8em;
}

#content-text
{
    line-height: 1.2em;
}

#content-text table
{
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#content-text table td
{
    padding-left: 0;
}

#content-text ul
{
    padding: 0 0 0 1.5em;
    margin: 0 0 1em;
}