.Main-Header {
    font-family: Verdana,Arial,Helvetica,Sans Serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.odd-table-row { background:#EEE }

.Sub-Header {
    font-family: Verdana,Arial,Helvetica,Sans Serif;
    font-size: 16px;
    font-weight: bold;
}

.Normal-Text {
    font-family: Verdana,Arial,Helvetica,Sans Serif;
    font-size: 12px;
    font-weight: normal;
}

.Caption { font-size: 90%; font-weight: bold; }

/** This is the default font for the content */
body {
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,Sans Serif;
}