body {
	background-color: #FFFFB0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #4A92D2;
	text-align: center;
	display: none;
}
td {
	font-size: small;
}

p {
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}
a {
	color: #638C21;
}
a:hover {
	color: #4A92D2;
}


h2 {
	font-size: large;
	font-weight: bold;
	color: #4A92D2;
	padding-top: 10px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0px;
}
table  table h3 {
	color: #9933FF;
	margin-top: 15px;
	margin-bottom: 5px;
}

.nav a {
	font-size: medium;
	font-weight: bold;
	color: #638C21;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #638C21;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.nav a:hover {
	color: #FFFFB0;
	text-decoration: underline;
	background-color: #638C21;
}

li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	padding-bottom: 7px;
}
.blue {
	color: #0000FF;
}
.maintext {
	padding-right: 30px;
	padding-left: 30px;
}
.surestart {
	color: #0199CB;
}
.small {
	font-size: x-small;
}
.purple {
	color: #9933FF;
}

