@charset "utf-8";
/* CSS Document */
.style1 {color: #CCCCCC}
.style2 {color: #CCCCCC; font-size: 24px; }
.style3 {color: #FF0101}
.style4 {color: #CCCCCC; text-decoration:underline}
.style5 {font-size: 12px; color: #999999; }
.style6 {
	color: #CCCCCC;
	text-decoration:underline; 
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {
	font-size: 12px;
	color: #999999;
	text-decoration:underline;
	cursor:pointer;
}
