body
{
    font-size: small;
    font-family: sans-serif;
    background: #f0f0f0 url(images/edges.jpg) repeat-y scroll top center;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

ul
{
    margin-left: 3.5em;
    padding-left: 0px;
    list-style: none;
}

a
{
    color: #2b6300;
    font-weight: bold;
}

ul li
{
    padding: 1px 0px 1px 0px;
}

ul.overall li
{
    margin-top: 0.5em;
}

ul.overall ul
{
    margin-left: 1em;
}

ul.overall ul li
{
    margin-top: 0px;
    margin-bottom: 0.1em;
}

ul.overall ul a
{
    font-weight: normal;
}

ul.overall
{
    margin-bottom: 2em;
}

div.overall-div
{
    margin: 0px auto 0px auto;
    padding: 1em 50px 1em 50px;
    background-color: #ffffff;
    width: 896px;
}

h1
{
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0.1em;
}

h2.overall
{
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: large;
    font-weight: bold;
}

h2.overall span.small-heading
{
    font-size: small;
    line-height: 200%;
}

p.overall
{
    text-align: center;
}

h2
{
    font-size: small;
    font-weight: bold;
}

h3
{
    margin-left: 3.5em;
    font-size: small;
    font-weight: bold;
}

h4
{
    margin-left: 7em;
    font-size: small;
    font-weight: bold;
}

h5
{
    margin-left: 10.5em;
    font-size: small;
    font-weight: bold;
}

table
{
    border-collapse: separate;
    border-spacing: 0px;
    padding: 0px;    
}

table td
{
    padding: 1px 12px 1px 0px;
    vertical-align: top;
}

table th
{
    padding: 1px 12px 1px 0px;
    vertical-align: bottom;
    text-align: left;
}

p.depth2
{
    margin-left: 3.5em;
}

p.depth3
{
    margin-left: 7em;
}

p.depth4
{
    margin-left: 10.5em;
}

table.depth2
{
    margin-left: 3.5em;
}

table.depth3
{
    margin-left: 7em;
}

table.depth4
{
    margin-left: 10.5em;
}

ul.depth2
{
    margin-left: 3.5em;
}

ul.depth3
{
    margin-left: 7em;
}

ul.depth4
{
    margin-left: 10.5em;
}

span.numbered
{
    display: block;
    float: left;
    width: 3em;
    font-weight: bold;
    padding-right: 0.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

li span.numbered
{
    width: 2em;
    text-align: right;
}

p.start-of-page
{
    text-align: right;
    margin-bottom: 2em;
}

p.start-of-page a
{
    font-weight: normal;
}

p.start-of-page a span.up-arrow
{
    background: #ffffff;
    text-decoration: none;
    font-size: large;
}

@media print
{
    p.start-of-page
    {
        display: none;
    }
}

.text-align-centre
{
    text-align: center;
}
