.whitelinks {
	text-decoration: none;
	color: #FFFFFF;
}

.bluelinks {
	text-decoration: none;
	color: #333399;
}

.goldlinks {
	text-decoration: none;
	color: #003366;
}

.bluelinksunderline {
	text-decoration: underline;
	color: #333399;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #660000;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333399;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.textbox {
	background-color: #FFFFFF;
}
.roman {
	list-style-type: upper-roman;
}

.whitelinks2 {
	text-decoration: none;
	color: #AE251D;
}