*.style1 {color: #FFFFFF}

.style2 {

	color: #000000;

	font-weight: bold;

}

.style3 {

	color: #FFCC00;

	font-weight: bold;

	font-size: 12px;

}
.style7 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}