/* Copyright (C) 2007 SolidMatrix Technologies, Inc. */

#ft {
    text-align: center;
    font-size: 8pt;
}

.mainLine {
    border-top: dotted 1px green;
    color: green;
    margin-top: 20px;
}


.mainHeader {
    /*border-top: dotted 1px green;*/
    border-bottom: dotted 1px green;
    color: green;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: verdana;
    font-weight: bold;
}


.sectionHeader {
    border-bottom: dotted 1px green;
    margin-right: 50px;
    margin-bottom: 10px;
    color: green;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: verdana;
    font-weight: bold;
}

.sectionBody {
    padding: 10px;
    margin-right: 50px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-family: georgia;
}
