h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003333;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.PageText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #009966;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #9900CC;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.CenteredBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-position: outside;
	font-size: x-small;
}
.RedText {
	color: #D80100;
}
