/* CSS Document */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e1dbb9;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.footer {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.footer:hover {
	font-weight: bold;
	color: #e1dbb9;
	text-decoration: none;
	font-size: 10px;
}
.footnote {
	font-size: 10px;
}
.imgborder {
	border: 1px solid #000000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000000;
	width: 760px;
}
#topbar {
	height: 156px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #C17805;
}
#content {
	background-color: #FFF8DC;
	padding: 10px;
	min-height: 375px;
}
#footer {
	background-color: #C17805;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}