<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.underline {
    border-bottom: solid 1px;
}

.boxedArea {
    border: solid 1px;
}

.boldText {
    font-weight: bold;
}

.bankingColumn {
    width: 35%;
}

.alignTop {
    vertical-align: top;
}

.centered {
    text-align: center;
}

.inlineBlock {
    display: inline-block;
}

.sectionBreak {
    padding-bottom: 15px;
}

.mediumText {
    font-size: medium;
}

.paddedBox {
    padding: 10px;
}

.abaDiv {
    max-width: 260px;
}
</pre></body></html>