.titletext {
	font-family: "PacificClipper SG Bold";
	font-size: 14pt;
	font-weight: normal;
	color: #9e0b0e;
}
.bodytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

.pagetitle {
	color: #9e0b0e;
	font-weight: normal;
	font-family: "PacificClipper SG Bold";
	font-size: 24px;
}
.purpletext {
	color: #9e0b0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.trlines {
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e31635;
	border-right-color: #e31635;
	border-bottom-color: #e31635;
	border-left-color: #e31635;
	text-align: right;
}
.red {
	color: #CE3139;
	font-weight: bold;
}
