@charset "utf-8";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AAAAAA;
}
.style1 a {
	color: #AAAAAA;
	text-decoration: none;
}
.style1 a:hover {
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style2 a {
	color: #AAAAAA;
	text-decoration: none;
}
.style2 a:hover {
	color: #000000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AAAAAA;
}
.style3 a {
	color: #AAAAAA;
	text-decoration: underline;
}
.style3 a:hover {
	color: #000000;
}
