@charset "ISO-8859-1";
.font-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
.link a:link {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
}
.link a:visited {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	line-height: normal;
}
.link a:hover {
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
}
.link a:active {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	line-height: normal;
}.font-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}
.font-reg-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
}
