.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 14px;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
}
.style4 {
	color: #FF0000;
	font-size: 20px;
}
.style5 {color: #FFFFFF}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
        color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #ffcc00;
}
a.copy:link {
	text-decoration: none;
        color: #000000;
}
a.copy:visited {
	text-decoration: none;
	color: #000000;
}
a.copy:hover {
	text-decoration: none;
	color: #ffcc00;
}
a.copy:active {
	text-decoration: none;
	color: #ffcc00;
}