body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	background-color: #063;
	background-image: url(maple.jpg);
}

h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #9FC;
	background-color: #060;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9FC;
}
h4 a {
	color: #3C9;
	text-decoration: none;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9FC;
	background-color: #060;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	font-style: italic;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}
#container {
	width: 980px;
	margin: 0 auto;
}


.infotable {
	color: #030;
	background-color: #CFC;
}

.infotable tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C0;
	background-color: #A4FFA4;
	font-weight: bolder;
	text-transform: uppercase;
}

.infotable tr td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #030;
	line-height: 125%;
}

.infotable tr td a {
	color: #192F0B;
	text-decoration: none;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
