@charset "utf-8";
body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-color: #FFDFDF;
}
h1 {
	color: #000066;
}
.address {
	font-size: small;
}
a {
	color: #000066;
}
.announcement {
	font-size: large;
	color: #FF0000;
}
.nav a {
	color: #000066;
	display: block;
	border: 1px solid #000066;
	text-align: center;
	text-decoration: none;
	font-size: medium;
	margin: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.nav a:hover {
	text-decoration: underline;
	background-color: #000066;
	display: block;
	margin: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
	color: #FFDFDF;
}
.small {
	font-size: x-small;
}

h2 {
	font-size: x-large;
	color: #000066;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #000066;
}
h5 {
	color: #FFDFDF;
	background-color: #000066;
	display: block;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: medium;
	color: #000066;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}


p, li, td {
	font-size: small;
}
li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	padding-top: 4px;
	padding-bottom: 4px;
}
th h3 {
	font-size: large;
	color: #000066;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

