p {
	font-family: "Arial";
	font-size: 12px;
	color: #242424;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #E00000;
	text-decoration: none;
}
.hilight {
	font-family: "Arial Black";
	color: #000000;
}
.alignRight {
	text-align: right;
}
.bold {
	font-family: "Arial Bold";
	color: #000000;
}
.black {
	color: #000000;
}

input {
	font-family: "Arial";
}