.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
.captiontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}

