div.document_body h1 {
    background: none;
    border: none;
/*    font-family: 'Times New Roman', Serif; */
    font-family: Helvetica, Sans;
    font-size: 24pt;
    color: black;
    line-height: 35pt; 
    text-transform: uppercase;
    text-align: center;
}
div.document_body .gerb {
    padding-top: 80px;
    margin-top: 20px;
    background: url(/imgs/gerb.gif) center 0px no-repeat;
    overflow: visible;
}
div.document_body h2 {
    text-align: center;
    margin-top: 50px;
}
div.document_body p,
div.document_body ul li,
div.document_body ol li,
div.document_body li p {
/*    font-family: 'Times New Roman', Serif; */
    font-family: Helvetica, Sans !important;
    font-size: 100%;
//    text-indent: 2em;
    line-height: 16pt;
    padding: 0px; margin: 0px;
    margin-top: 10px;
    text-align: justify;
}
div.document_body ul li,
div.document_body ol li {
    line-height: 18pt;
    list-style-position: inside;
}
div.document_body li p {
//    padding-top: 5px;
}

div.document_body p.center {
    text-align: center;
}
div.document_body p.justify {
    text-align: justify;
}
div.document_body p.right {
    text-align: right;
}
div.document_body p.date {

}
div.document_body p.caption {
    width: 100%;
    text-indent: 0px;
    font-size: 120%;
    margin-top: 30px;
    margin-bottom: 50px;
}
div.document_body p.caption span.title {
    float: left;
    margin-left: 30px;
    font-weight: bold;
}
div.document_body p.caption span.name {
    float: right;
    margin-right: 30px;
    font-weight: bold;
}

