@charset "utf-8";
.regular {
	font-family: Arial, Helvetica, sans-serif;
	color: #377150;
	font-size: 14px;
	text-align: right;
	line-height: normal;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336666;
	font-weight: bold;
}
a:link {
	color: #336666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339966;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}