body {
	background: #fff9f0;
	color: #000;
	margin: 10px;
	font: normal 100%/1.4 Georgia, 'Times New Roman', Times, serif;
}
a:link {
	background: #fff9f0;
	color: #993300;
}
a:visited {
	background: #fff9f0;
	color: #cc9966;
}
a:active {
	background: #fff9f0;
	color: #ff6600;
}
a:hover {
	background: #ffcc99;
	color: #000;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ffcc99;
}
p, td, ul, ol, li, blockquote {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
}
p {
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	margin-bottom: .25em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: .5em;
}
p.flush {
	text-indent: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
.tagline {
	text-align: center;
	font: italic 115% Georgia, 'Times New Roman', Times, serif;
}
.menu {
	font: bold 100%/125% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
.submenu {
	font-weight: normal;
	text-align: center;
}
.title {
	font: italic 120% 'Trebuchet MS', Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
}
.copyright {
	text-align: center;
	font-size: 85%;
}
.form {
	font-family: normal 80% Arial, Helvetica, sans-serif;
	color: #000;
}
.mainhead {
	margin-top: 2em;
	margin-bottom: 0;
}
.subhead {
	margin-top: 0;
}
.nowrap {
	white-space: nowrap;
}