body {
	background-color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
}
p, td {
	font-size: small;
	font-weight: normal;
	color: #000000;
}
a {
	color: #CC0000;
}
a:hover {
	color: #000000;
}


h2 {
	font-size: x-large;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #CC0000;
}
.nav a {
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	margin: 5px;
	padding: 2px;
	text-align: center;
	background-color: #CC0000;
}
.nav a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	padding: 2px;
}
.small {
	font-size: x-small;
}
th h4      {
	font-size: medium;
	color: #000099;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	background-color: #FFFF33;
	margin-top: 0px;
	padding-top: 0px;
}
.vision {
	font-size: medium;
	color: #CC0000;
	text-align: center;
}
.border {
	border: 1px solid #000000;
}
.maintext {
	padding-right: 30px;
	padding-left: 30px;
}
.contact {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contact a {
	color: #FFFFFF;
}

