body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	background-color: #FFFFCC;
}

a {
	font-family: "Times New Roman", Times, serif;
	color: #000099;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.smallFont {
	font-size: x-small;
}
.HorzRule {
	color: #000099;
}
.TimesItalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.ArialBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ArialSmlBld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.TimesSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.ArialSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
