/* links - standard */
A:link { color: #333399; text-decoration: underline; }
A:visited { color: #330066; text-decoration: underline; }
A:active { color: #0000FF; text-decoration: underline; }
A:hover { color: #330066; text-decoration: underline; }

/* links - for dark backgrounds */
A.DarkBG:link { color: #FFFFFF; text-decoration: underline; }
A.DarkBG:visited { color: #FFFFFF; text-decoration: underline; }
A.DarkBG:active { color: #FFFFFF; text-decoration: underline; }
A.DarkBG:hover { color: #FFFFFF; text-decoration: underline; }

/* basic styles */
.Text { font-family: Verdana; font-size: 12px; color: #000000}
.TextBold { font-family: Verdana; font-size: 12px; color: #000000 ; font-weight: bold}
.TextGold { font-family: Verdana; font-size: 12px; color: #FFC751}
.TextGoldBold { font-family: Verdana; font-size: 12px; color: #FFC751 ; font-weight: bold}
.TextRed { font-family: Verdana; font-size: 12px; color: #E0293D}
.TextRedBold { font-family: Verdana; font-size: 12px; color: #E0293D ; font-weight: bold}
.TextWhite { font-family: Verdana; font-size: 12px; color: #FFFFFF}
.TextWhiteBold { font-family: Verdana; font-size: 12px; color: #FFFFFF ; font-weight: bold}
.Small { font-size: 11px; color: #000000; font-family: Arial}
.SmallBold { font-size: 11px; color: #000000; font-family: Arial; font-weight: bold}
.SmallWhite {  font-family: Arial; font-size: 11px; color: #FFFFFF}
.SmallWhiteBold {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold}
.SmallWhiteItalic { font-family: Arial; font-size: 11px; color: #FFFFFF ; font-style: italic}
.SmallUp { font-size: 12px; color: #000000; font-family: Arial}
.HeaderWhite { font-family: Verdana; font-size: 16px; color: #FFFFFF; font-weight: bold}
.Titles { font-family: Arial; font-size: 15px; color: #000000; font-weight: bold}
SPAN.Gold { color: #FFC751}
SPAN.Grey { color: #555555}
SPAN.Small { font-size: 11px; font-family: Arial}