@charset "utf-8";
/* CSS Document */
 .style1 {font-weight: bold}
.style4 {font-size: 18px}
.style5 {
	color: #008040;
	font-weight: bold;
}
.style6 {
	color: #990033;
	font-weight: bold;
}
.style8 {
	color: #990033;
	font-weight: bold;
}
.style9 {color: #0000CC}
.style10 {color: #990033}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
