.pftable {
    padding-top: 15px;
    padding-bottom: 15px;
}

table.pf {
    padding: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

tr.pf1 {
    height: 40px;
    padding-bottom: 45px;
}

tr.pf2 {
    background: #228B22;
    height: 25px;
}

td.pf1 {
    font-weight: bold;
    border-top: 10px;
    padding: 5px;
    color: white;
    text-align: center;
    background: #228B22;
}

td.pf1a {
    font-weight: bold;
    border-top: 10px;
    padding: 5px;
    color: black;
    text-align: left;
    background: #D4D0C8;
}


td.pf2 {
    text-align: right;
    font-weight: bold;
}

td.pf3 {
    text-align: right;
    border-bottom: 1px solid black;
}

td.pf4 {
    font-weight: bold;
    font-style: italic;
}

td.pf5 {
    text-align: right;
}

td.pf5a {
    border-bottom: 1px solid black;
    text-align: right;
}

td.pf5b {
    text-align: left;
    font-weight: bold;
}

td.pf6 {
    border-bottom: 1px solid black;
    text-align: right;
    font-weight: bold;
}

td.pf7 {
    border-bottom: 2px solid black;
    text-align: right;
    font-weight: bold;
}

