.smBlackTxt	{ color: black; font-size: 10px; font-family: Arial }
.medBlackTxt 	{ color: black; font-size: 12px; font-family: Arial }
.lgBlackTxt 	{ color: black; font-size: 20px; font-family: Arial }
.smWhiteTxt	{ color: white; font-size: 10px; font-family: Arial }
.smBlueTxt	{ color: 6495ED; font-size: 10px; font-family: Arial }
.medBlueTxt 	{ color: 6495ED; font-size: 12px; font-family: Arial }

.blueTitle	{ color: 6495ED; font-size: 26px;  font-family: Arial; font-weight: bold }
.blackTitle	{ color: black; font-size: 26px;  font-family: Arial; font-weight: bold }
.whiteTitle	{ color: white; font-size: 26px;  font-family: Arial; font-weight: bold }
.blueHeader	{ color: 6495ED; font-size: 16px;  font-family: Arial; font-weight: bold }
.blackHeader	{ color: black; font-size: 16px;  font-family: Arial; font-weight: bold }
.whiteHeader	{ color: white; font-size: 16px;  font-family: Arial; font-weight: bold }


.error  { color: red; font-size: 9px;  font-family: Arial }

A.smBlue { 
	color: 6495ED;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none }	
	
A.white { 
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none }
	
A.blue { 
	color: 6495ED;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none }	

A:hover	{ text-decoration: underline; }
