/* CSS Document */
body {
	background-color: #0099FF;
}
.style1 {
	font-size: 16pt;
	color: #FFFFFF;
}
.style2 {
	font-size: 24pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pT;
	color: #FFFFFF;
}
.style4 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18pt;
	font-weight: bold;
}
.style5 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style6 {color: #FFFFFF; font-size: 14pt; font-weight: bold; }
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
.style8 {font-family: "Times New Roman", Times, serif; color: #FFFFFF; }
a:link{
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}