/* CSS Document */
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: strong;
	color: #000066;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: 000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 000066;
}
