@charset "utf-8";
/* CSS Document */

.style1 A:link {
	text-decoration: none;
	color: #62390C;
}
.style1 A:visited {
	text-decoration: none;
	color: #62390C;
}
.style1 A:active {
	text-decoration: none;
	color: #62390C;
}
.style1 A:hover {
	text-decoration: underline;
	color: #62390C;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #62390C;
}
