 .text { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
	font-weight: normal;
}

 .textUCase { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
	font-weight: normal;
	text-transform: uppercase;
}

 .textLCase { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	text-transform: lowercase;
}

 .smalltext { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 10px; 
	font-weight: normal;
}

 .smalltextbold { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 10px; 
	font-weight: bold;
}

 .tinytext { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 9px; 
	font-weight: normal;
}

 .tinytextbold { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 9px; 
	font-weight: bold;
}

 .largetext { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 12px; 
	font-weight: normal;
}

 .largetextbold { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 12px; 
	font-weight: bold; 
}

 .textbold { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
	font-weight: bold;
}

 .textmonospace { 
 	color: #000000; 
	font-family: Courier, "Courier New", monospace; 
	font-size: 11px; 
	font-weight: normal;
}

 .textblue { 
 	color: #336699; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .textblue2 { 
 	color: #3300ff; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .textblack { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .textblue { 
 	color: #003366; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .textblue66 { 
 	color: #000066; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .textred { 
 	color: Red; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
}

 .smalltextred { 
 	color: Red; 
	font-family: verdana, helvetica; 
	font-size: 10px;
	font-weight: normal; 
}

 .subhead { 
 	color: #000066; 
	font-family: verdana, helvetica; 
	font-size: 12px;
	font-weight: bold;
}

 .mediumsubhead { 
 	color: #000066; 
	font-family: verdana, helvetica; 
	font-size: 15px;
	font-weight: bold;
}

 .subheadsmall { 
 	color: #336699; 
	font-family: verdana, helvetica; 
	font-size: 12px;
	font-weight: bold;
}

 .error { 
 	color: red; 
	font-family: verdana, helvetica; 
	font-size: 13px;
	font-weight: bold;
}

 .warning { 
 	color: #ff6633; 
	font-family: verdana, helvetica; 
	font-size: 13px;
	font-weight: bold;
}

 .bigsubhead { 
 	color: #003366; 
	font-family: verdana, helvetica; 
	font-size: 17px;
	font-weight: bold;
}

 .textNoLink { 
 	color: gray; 
	font-family: verdana, helvetica; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: underline;
}

A.links:link { 
	color: #000066;  
	font-family: verdana, helvetica; 
	font-size: 10px 
}
A.links:hover  { 
	color : #FF9933; 
	font-family: verdana, helvetica; 
	font-size: 10px 
}
A.links:active {
	color: #6495ED;
	font-family: verdana, helvetica;
	font-size: 10px
}
A.links:visited {
	color: #993333;
	font-family: verdana, helvetica;
	font-size: 10px
}

A.qanda:link { 
	color: #000099;  
	font-family: verdana, helvetica; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}
A.qanda:hover  { 
	color : #0033ff; 
	font-family: verdana, helvetica; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}

A.qanda:active {
	color: #000099;
	font-family: verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.qanda:visited {
	font-family: verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
	
	 