@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #032101;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #032101;
	text-decoration:none;
}
.footerlink:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	text-decoration:none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #c90;
}
.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C60;
}
.orangelink:link {
	text-decoration: none;
}
.orangelink:visited {
	text-decoration: none;
	color: #C60;
}
.orangelink:hover {
	text-decoration: underline;
	color: #C60;
}
.orangelink:active {
	text-decoration: none;
	color: #C60;
}