<style>

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#ffffff;
	font-size: 80%;
	font-style: normal;
}

BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#ffffff;
	font-size: 80%;
	font-style: normal;
}

.required {
	color: #FF0000;

}

.note {
	font-size: 80%;

}


.headline {
	font-weight: bold;
	font-size: 120%;

}



.format {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#ffffff;
	font-size: 100%;
	font-style: normal;
}

a {
	text-decoration:underline;
	color:#49811D;
}
a:hover {
	text-decoration:none;
	color:#999999;
}

</style>