body {background-color: #FFFFFF}

/* header types */
.headerCenter { text-align: center; font-family: Arial; font-weight: bold; color: #FFFFFF }
.headerNormal { font-family: Arial; font-weight: bold; color: #FFFFFF }
.headerSmall { font-family: Arial; font-size: 13px; font-weight: bold; color: #FFFFFF }
.headerSmallC { text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; color: #FFFFFF }
.headerSmallR { text-align: right; font-family: Arial; font-size: 13px; font-weight: bold; color: #FFFFFF }
.headerDarkC { text-align: center; font-family: Arial; font-weight: bold; color: #000000 }
.headerDark { font-family: Arial; font-weight: bold; color: #000000 }
.headerDarkS { font-family: Arial; font-size: 13px; font-weight: bold; color: #000000 }
.headerDarkSC { text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; color: #000000 }

.headSLink { font-family: Arial; font-size: 13px; }
a.headSLink:hover { color: #FF0000; text-decoration: underline }
a.headSLink { color: #FFFFFF; text-decoration: none }

.boldLink { font-family: Arial; font-size: 13px; font-weight: bold; }
a.boldLink:hover { color: #FF0000; text-decoration: underline }
a.boldLink { color: #0000FF; text-decoration: none }

.capLink { font-family: Arial; font-size: 14px; }
a.capLink:hover { color: #FF0000; text-decoration: underline }
a.capLink { color: #0000FF; text-decoration: none }

.normalLink { font-family: Arial; font-size: 13px; }
a.normalLink:hover { color: #FF0000; text-decoration: underline }
a.normalLink { color: #0000FF; text-decoration: none }

.midLink { font-family: Arial; font-size: 12px; }
a.midLink:hover { color: #FF0000; text-decoration: underline }
a.midLink { color: #0000FF; text-decoration: none }

.smallLink { font-family: Arial; font-size: 11px; }
a.smallLink:hover { color: #FF0000; text-decoration: underline }
a.smallLink { color: #0000FF; text-decoration: none }

/* normal font pt = 13 */
.normalTxt { font-family: Arial; font-size: 13px; color: #000000 }
.normalB { font-family: Arial; font-size: 13px; font-weight: bold; color: #000000 }
.normalBR { text-align: right; font-family: Arial; font-size: 13px; font-weight: bold; color: #000000 }
.normalC { text-align: center; font-family: Arial; font-size: 13px; color: #000000 }
.normalCB { text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; color: #000000 }
.normalR { text-align: right; font-family: Arial; font-size: 13px; color: #000000 }
/* normal font pt = 12 */
.mid { font-family: Arial; font-size: 12px; color: #000000 }
.midB { font-family: Arial; font-size: 12px; font-weight: bold; color: #003868 }
.midC { text-align: center; font-family: Arial; font-size: 12px; color: #000000 }
.midBC { text-align: center; font-family: Arial; font-size: 12px; font-weight: bold; color: #003868 }
/* normal font pt = 14 */
.cap { font-family: Arial; font-size: 14px; color: #000000 }
.capB { font-family: Arial; font-size: 14px; font-weight: bold; color: #000000 }
.capBW { font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF }
.capBC { text-align: center; font-family: Arial; font-size: 14px; font-weight: bold; color: #000000 }
.capC { text-align: center; font-family: Arial; font-size: 14px; color: #000000 }
/* normal font pt = 11 */
.small { font-family: Arial; font-size: 11px; color: #000000 }
.smallB { font-family: Arial; font-size: 11px; font-weight: bold; color: #000000 }
.smallBR { text-align: right; font-family: Arial; font-weight: bold; font-size: 11px; color: #000000 }

.error { font-family: Arial; font-size: 13px; color: red }
.errorB { font-family: Arial; font-size: 13px; font-weight: bold; color: red }
.errorC { text-align: center; font-family: Arial; font-size: 13px; color: red }
.errorBR { text-align: right; font-family: Arial; font-size: 13px; font-weight: bold; color: red }
.errorBC { text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; color: red }

table.lightBG { background-color: #8D8479; }
table.darkBG { background-color: #6E6358; }
table.whiteBG { background-color: #FFFFFF; }
td.tableHead { background-color: #6E6358; }
td.highlight { background-color: #8D8479; }
td.whiteTDBG { background-color: #FFFFFF; }

td.light { background-color: #E7E4E2; }
.light { text-align: center; font-family: Arial; font-size: 13px; color: #000000 }

td.lightHead { background-color: #E7E4E2; }
.lightHead { font-family: Arial; font-size: 14px; font-weight: bold; color: #000000 }

