.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.style1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FF0000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #666666; 
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}
a:visited {
	text-decoration: none;
	color: #FFFFFF
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF
}
a:active {
	text-decoration: none;
	color: #e71008;
}
body {
	background-color: #FFFFFF;
}

