@charset "UTF-8";
.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #BB468C;
	font-weight: bold;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000;
	text-align: left;
}
.headlinebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #339999;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.attention {
	color: #C30;
	font-weight: normal;
	font-size: medium;
}

