/* 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;
}

TD.Text {  font-family: Verdana; font-size: 12px; color: #000000}
TD.TextBold { font-family: Verdana; font-size: 12px; color: #000000 ; font-weight: bold}
TD.TextGold { font-family: Verdana; font-size: 12px; color: #FFC751}
TD.TextGoldBold { font-family: Verdana; font-size: 12px; color: #FFC751 ; font-weight: bold}
TD.TextRed { font-family: Verdana; font-size: 12px; color: #E0293D}
TD.TextRedBold { font-family: Verdana; font-size: 12px; color: #E0293D ; font-weight: bold}
TD.TextWhite { font-family: Verdana; font-size: 12px; color: #FFFFFF}
TD.TextWhiteBold { font-family: Verdana; font-size: 12px; color: #FFFFFF ; font-weight: bold}
TD.Small { font-size : 11px; color : #000000; font-family : Arial}
TD.SmallBold { font-size : 11px; color : #000000; font-family : Arial; font-weight: bold}
TD.SmallWhite {  font-family: Arial; font-size: 11px; color: #FFFFFF}
TD.SmallWhiteBold {  font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold}
TD.SmallWhiteItalic { font-family: Arial; font-size: 11px; color: #FFFFFF ; font-style: italic}
SPAN.Gold { color : #FFC751}
SPAN.Grey { color : #555555}
SPAN.Small { font-size : 11px; font-family : Arial}
