/* CSS Document */
.eightText { font-family: Arial; font-size: 8px; }
.eightboldText { font-family: Arial; font-size: 8px; font-weight: bold; }
.nineText { font-family: Arial; font-size: 9px; }
.nineTextWhite { font-family: Arial; font-size: 9px; color: #FFFFFF; }
.nineboldText { font-family: Arial; font-size: 9px; font-weight: bold; }
.tenText { font-family: Arial; font-size: 10px; }
.tenboldText { font-family: Arial; font-size: 10px; font-weight: bold; }
.elevenText { font-family: Arial; font-size: 11px; }
.elevenboldText { font-family: Arial; font-size: 11px; font-weight: bold; }
.twelveText { font-family: Arial; font-size: 12px; }
.twelveTextWhite { font-family: Arial; font-size: 12px; color: #FFFFFF; }
.twelveboldText { font-family: Arial; font-size: 12px; font-weight: bold; }
.twelveboldTextWhite { font-family: Arial; font-size: 12px; font-weight: bold; color: #FFFFFF; }
.thirteenText { font-family: Arial; font-size: 13px; }
.thirteenboldText { font-family: Arial; font-size: 13px; font-weight: bold; }
.forteenText { font-family: Arial; font-size: 14px; }
.forteenboldText { font-family: Arial; font-size: 14px; font-weight: bold; }
.forteenboldTextWhite { font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.fifteenText { font-family: Arial; font-size: 15px; }
.fifteenboldText { font-family: Arial; font-size: 15px; font-weight: bold; }
.sixteenText { font-family: Arial; font-size: 16px; }
.sixteenboldText { font-family: Arial; font-size: 16px; font-weight: bold; }
.sixteenboldTextWhite { font-family: Arial; font-size: 16px; font-weight: bold; color: #FFFFFF; }
.seventeenText { font-family: Arial; font-size: 17px; }
.seventeenboldText { font-family: Arial; font-size: 17px; font-weight: bold; }
.eighteenText { font-family: Arial; font-size: 18px; }
.eighteenboldText { font-family: Arial; font-size: 18px; font-weight: bold; }
.tenTextIndent { font-family: Arial; font-size: 10px; padding-right: 10px; padding-left: 10px; }
.twelveTextIndent { font-family: Arial; font-size: 12px; padding-right: 10px; padding-left: 10px; }

a:hover { font-family: Arial; color: #C4C418; text-decoration: underline; }
a:link { color: #4242EC; }