@charset "utf-8";
/* CSS Document */

a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: green; text-decoration: none }

.a12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cheading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

.faqtext {
	color: #003300;
	font-weight: bold;
}

.number {	
	color: #060;
	font-size: 13px;
	font-weight: bold;
}

.i14 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; color: #006600; 
	font-style: italic; 
	font-size: 12px; 
}

.i12 {
	color: #006600
}

.g12 {
	color: #666666;
	font-size: 12px;
}

.color060 {
	color: #060
}

.style16 { color: #006600; font-weight: bold; font-style: italic; border-bottom: 1px dotted #000;}