p {
	color: black;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
}
td {
	color: black;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
}
TD.NAVOn {
	color: black;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	background-color: #66ff66;
	text-align: center;
	border: solid 1px silver;
}
TD.NAVOn A:link {
	color: black;
	text-decoration: none;
}
TD.NAVOn A:visited {
	color: black;
	text-decoration: none;
}
TD.NAVOff {
	color: black;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	border: solid 1px silver;
}
TD.NAVOff A:link {
	color: black;
	text-decoration: none;
}
TD.NAVOff A:visited {
	color: black;
	text-decoration: none;
}
TD.NAVOff A:hover {
	color: #6633cc;
	text-decoration: none;
}
.footer p.footer{
	color: #333;
	font-size: 10px;
	text-align: center;
	margin: 12px;
}
h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	margin: 12px;
}
h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
}
ul {
	font-family: Georgia, "Times New Roman", serif;
}
body {
	background-image: url(images/purpleBkg.gif);
}

