/*
 * $Id: Section.css,v 1.6 2006-01-16 11:05:23 thierry Exp $
 */

div.Section {
    width           : 100%;
    margin-bottom   : 1em;
}

div.Section div.SectionTitle {
    color           : #004080;
    font-size       : 14pt;
    font-weight     : bold;
    margin-bottom   : 0.5em;
    border-bottom   : 1px solid #3d77cb;
}

div.Section div.SectionBody {
}

div.Section div.SectionFooter {
    border-top      : 1px solid black;
}
/*
 *  Second level nested sections
 */
div.Section div.Section div.SectionTitle {
    font-size       : 10pt;
    border          : 1px solid #E6E6E6;
    background-color: #F6F6F6;
}
