p {
	font-weight: normal;
}
.bold {
	font-weight: normal;
	font-family: "Gill Sans Ultra Bold";
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #7C3798;
	text-decoration: none;
}
.hilight {
	color: #7C3798;
	font-size:10px;
}
.alignRight {
	text-align: right;
}
.hilightBold {
	color: #7C3798;
	font-size:10px;
	font-weight: normal;
	
}