.loanapp {
    font-family: "Arial", sans-serif;
    color: black;
    font-size: xx-small;
}

.loanapp TABLE {
    width: 100%;
    border-collapse: collapse;
}

.loanapp TABLE.section {
    border: 1px solid black;
}

.loanapp TABLE.section TR TD {
    vertical-align: top;
    border: 1px solid black;
}

.loanapp TABLE.section TR TD.heading {
    background-color: #aaa;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: small;
}

.loanapp TABLE.section TR TD SPAN.label {
    float: left;
}

.loanapp TABLE.section TR TD SPAN.field {
    float: left;
    clear: left;
}

.loanapp TABLE.section TR TD.subheading {
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

.loanapp INPUT {
    border: 1px solid #888;
    font-size: xx-small;
}

SPAN.itt {display: none;}