@charset "utf-8";
.Titles {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9A1278;
	letter-spacing: .1em;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.bodytext a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #96008C;
	text-decoration:none;
}
.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC00CC;
	text-decoration: underline;
}

.Emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D703D0;
}
.Subhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #96008C;
	letter-spacing: -.1em;
}
