.error {
   color: #FA0000;
   font-size: 11px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}


.textBlack {
   color: #000000;
   font-size: 11px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textBlack a:link {
	color: #CC0000;
	text-decoration: underline;
}
.textBlack a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.textBlack a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.textBlack a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.textBlackThin {
   color: #000000;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textBlackThin a:link {
	color: #CC0000;
	text-decoration: underline;
}
.textBlackThin a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.textBlackThin a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.textBlackThin a:active {
	color: #CCCCCC;
	text-decoration: none;
}


.textBlackLarge {
   color: #000000;
   font-size: 15px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textBlackLarge a:link {
	color: #CC0000;
	text-decoration: underline;
}
.textBlackLarge a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.textBlackLarge a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.textBlackLarge a:active {
	color: #CCCCCC;
	text-decoration: none;
}