/* CSS Document */

.style1 {
	font-size: 15px;
	font-family: "Century Gothic";
	color: rgb(90, 90, 92);
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	color: rgb(90, 90, 92);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
