body {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
p {
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	color: #FFFFCC;
	background-color: #FF0000;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	color: #FF0000;
}
a:hover {
	color: #000000;
}


h2 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
.nav a {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}

li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
td {
	font-size: small;
	font-weight: normal;
	color: #000000;
}

