.headline{
    font-weight: bold;
    font-size: 16px;
    margin-bottom:20px;
    color:#23841D;
}

.subheadline{
    font-weight: bold;
    font-size: 14px;
    margin-bottom:10px;
    color:#000000
}

.subbgheadline{
    font-weight: normal;
    font-size: 10pt;
    color:#000000;
    width:45%;
    background-color:#64BE60;
    padding:2px;
}

.box{
    padding:5px;
    margin:15px;
    width:45%;
    background-color:#64BE60;
    font-weight:bold;
    font-size:12px;
    color:#000000;
}

.small{
    font-size:10px;
    font-family:Arial;
    color:#000000;
}