@charset "utf-8";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height:130%;
}

a:link {
	color: #050565;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #050565;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #050565;
}

