.BlackToColorLink A:LINK {color : #000000; text-decoration : none;}
.BlackToColorLink A:VISITED {color : #000000; text-decoration : none;}
.BlackToColorLink A:ACTIVE {color : #000000; text-decoration : none;}
.BlackToColorLink A:HOVER {color : #B30909; text-decoration : underline;}

.ColorLink A:LINK {color : #B30909; text-decoration : underline;}
.ColorLink A:VISITED {color : #B30909; text-decoration : underline;}
.ColorLink A:ACTIVE {color : #B30909; text-decoration : none;}
.ColorLink A:HOVER {color : #660000; text-decoration : underline;}

.white A:LINK {font-size: 9px; color : #ffffff; text-decoration : underline;}
.white A:VISITED {font-size: 9px; color : #ffffff; text-decoration : underline;}
.white A:ACTIVE {font-size: 9px; color : #ffffff; text-decoration : underline;}
.white A:HOVER {font-size: 9px; color : #B30909; text-decoration : underline;}

.boldText		{		font-family: 	verdana, arial;
					font-size: 	11;
					font/weight:	bold;
					color: 		#990000;
			}

.SchemeColor		{		
					color: 		#B30909;
			}