@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color:#006600;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color:#000000;
}


