.header {
    width: 100%;
    background-color: #84151b;
    text-align: left;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
    clear: both;
}
.spacer {
    height: 15px;
    clear: both;
    width: 100%;
}
.header2 {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    float: left;
    clear: both;
}
.row {
    margin-left: 35px;
    font-size: 12px;
    text-align: left;
    clear: both;
}
.totRow {
    width: 100%;
    clear: both;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}
.cell {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.mcell {
    float: right;
    padding-left: 10px;
}
.cellDate {
    width: 50px;
    float: left;
}
.balForward {
    float: left;
    text-align: left;
    font-style: italic;
}
.total {
    float: right;
    font-weight: bold;
    font-size: 14px;
}
.ultTotal {
    float: right;
    font-weight: bold;
    font-size: 16px;
}
#ultTotWrap {
    width: 100%;
    background-color: #84151b;
    color: white;
    padding: 2px;
    overflow: hidden;
    width: 550px;
    float: right;
    clear: both;
}