/* CSS Document */
/* ## LINK */
.link 			{ font:normal 12px Arial, Helvetica, sans-serif; text-decoration: none; color:#e5f288; text-decoration: none;}
a.link			{ color:#e5f288; font-weight:normal; text-decoration: none;}
a.link:link		{ color:#e5f288; font-weight:normal; text-decoration: none;}
a.link:visited	{ color:#e5f288; font-weight:normal; text-decoration: none;}
a.link:hover 	{ color:#ffc600; font-weight:normal; text-decoration: underline;}	
a.link:active	{ color:#ffc600; font-weight:normal; text-decoration: underline;}

.pdflink			{ color:#006600; font:normal 9px Arial, Helvetica, sans-serif; text-decoration: none;}
a.pdflink			{ color:#006600; font-weight:normal; text-decoration: none;}
a.pdflink:link		{ color:#006600; font-weight:normal; text-decoration: none;}
a.pdflink:visited	{ color:#006600; font-weight:normal; text-decoration: none;}
a.pdflink:hover 	{ color:#006600; font-weight:normal; text-decoration: underline;}	
a.pdflink:active	{ color:#006600; font-weight:normal; text-decoration: underline;}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #255306;
	text-decoration: none;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}

.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #255306;
	padding-top: 3px;
	padding-bottom: 3px;
}
.lead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	font-weight: bold;

}

