@charset "utf-8";
/* CSS Document */
.style1 {font-weight: bold}
.style2 {font-weight: bold}
.style3 {font-weight: bold}
.style4 {
	color: 0;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style7 {color: #000000}
a:link, a:visited, a:active  {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover  {
	color : #FF6262;
	text-decoration : underline;
}
a:link {
	color: #66CCFF;
}
a:visited {
	color: #66CCFF;
}
.style1 {font-size: 9px}
.style2 {
	font-size: 24px;
	font-weight: bold;
}