@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style1 {color: #0066CB}
.style2 {font-size: 16px}
.style4 {	color: #006600;
	font-size: 14px;
	font-weight: bold;
}
.style5 {font-size: 18px}
.style6 {
	font-size: 14px;
	font-weight: bold;
}
.style8 {font-size: 18px; color: #FF0000; }
.style9 {font-size: 12px}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}