.TxtBlack, .TxtBlack a:link, .TxtBlack a:visited,
.TxtBlack a:active { color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtBlack a:hover { text-decoration: underline; }

.TxtWhite, .TxtWhite a:link, .TxtWhite a:visited,
.TxtWhite a:active { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtWhite a:hover { text-decoration: underline; }

.TxtRed, .TxtRed a:link, .TxtRed a:visited,
.TxtRed a:active { color: #FF0000; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtRed a:hover { text-decoration: underline; }

.TxtBlue, .TxtBlue a:link, .TxtBlue a:visited,
.TxtBlue a:active { color: #336699; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtBlue a:hover { text-decoration: underline; }

.TxtGreen, .TxtGreen a:link, .TxtGreen a:visited,
.TxtGreen a:active { color:#188549; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtGreen a:hover { text-decoration: underline; }

.TxtYellow, .TxtYellow a:link, .TxtYellow a:visited,
.TxtYellow a:active { color:#FFD800; font-family: Arial, Helvetica, sans-serif;text-decoration: none; }
.TxtYellow a:hover { text-decoration: underline; }

.TxtGrey, .TxtGrey a:link, .TxtGrey a:visited,
.TxtGrey a:active { color:#CCCCCC; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtGrey a:hover { text-decoration: underline; }

.TxtGreyLight, .TxtGreyLight a:link, .TxtGreyLight a:visited,
.TxtGreyLight a:active { color: #F2F2F2; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.TxtGreyLight a:hover { text-decoration: underline; }

.Txt8 { font-size: 8px; }
.Txt10 { font-size: 10px; }
.Txt12 { font-size: 12px; }
.Txt14 { font-size: 14px; }
.Txt16 { font-size: 16px; }
.Txt18 { font-size: 18px; }
.Txt20 { font-size: 20px; }

.TxtCenter { text-align:center; }
.TxtRight { text-align: right; }
.TxtBold { font-weight: bold; }
.TxtItalic { font-style: italic; }
.TxtUpper { text-transform: uppercase; }
.TxtCaps { text-transform: capitalize; }