/* CSS Document */



.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14pt;
	font-style: italic;
}
.style2 {
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.style4 {font-family: "Trebuchet MS"; font-size: 10pt;}
.style4c {font-family: "Trebuchet MS"; font-size: 10pt; text-align:center;}
.style5 {color: #FFFFFF}
.style8 {font-size: 16pt; font-family: Georgia, "Times New Roman", Times, serif; text-align:center;}
a:link {
	color: #FF66CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

