#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
    color: #112e76;

    line-height: 1.3em;
}

#content h1 {
    font-size: 2.5em;
}

#content h2 {
    font-size: 2.3em;
}

#content h3 {
    font-size: 2.1em;
}

#content h4 {
    font-size: 1.9em;
}

#content h5 {
    font-size: 1.7em;
}

#content h6 {
    font-size: 1.5em;
}

#content p
{
    text-align: justify;

    text-indent: 1.7em;
}

#content p.short {
    text-indent: 0;
}

#content a
{
    color: #1d417a;
}

#content a:hover {
    color: #DD0000;
}

#content ul,
#content ol {
    margin-left: 1em;
}

#content ul {
    list-style: disc;
}

#content ol {
    list-style: decimal;
}

#content td,
#content th {
    padding: 0.2em;

    vertical-align: middle;
}

#content th {
    color: #FFFFFF;

    font-size: 1.2em;
    line-height: 1.4em;

    background: #4360AC;
}

#content .section {
    clear: both;

    margin-bottom: 1em;
}

#content .section .section {
    clear: none;
}

#content li {
    margin-bottom: 0.7em;
}