.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #103020;
	font-weight: bold;
}
.link:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.link:visited {
	color: #0066CC ;
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
	color: #FF9900;
	text-decoration: underline;
}
.link:active {
	text-decoration: none;
	color: #FF9900;
}.slink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009966;
	text-decoration: none;
}
