#containerHead, #containerHead .Head {
    font-family: Arial, Helvetica, sans-serif;
    color: #1e478d;
    font-size: 18pt;
    line-height: 18pt;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #1e478d;
}
#smallHead, #smallHead .Head {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f78bf;
    font-size: 10.5pt;
    line-height: 10.5pt;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 3px solid #4f78bf;
}
#head2, #head2 .Head {
    font-family: Arial, Helvetica, sans-serif;
    color: #1e478d;
    font-size: 13pt;
    line-height: 13pt;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px dotted #1e478d;
}
#container_plain {
    margin: 0;
    padding: 0;
    width: 100%;
}

