body {
	background-color: #fdf5e6;
}

body, p, td, th {
	font-family: sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a:link:hover, a:visited:hover {
	color: blue;
	text-decoration: underline;
}

p {
	margin:5pt 0pt;
}

dt {
	font-weight: bold;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin-top: 2em;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0em;
}

div.content {
	padding: 1em;
	border: 2pt solid gray;
}

.leftmenu {
	vertical-align: top;
	width: 150px;
}

table.menublock {
	width: 150px;
}

table.menublock tr td {
	background-color: #ffcc99;
	border: solid gray 2px;
	margin: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
}

.topbanner {
	text-align: center;
	font-weight: bold;
}

.topbanner h1 {
	text-decoration: none;
}

.topbanner a {
	color: black;
}

