html body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
	font-size: 10pt;
}
table, tr, th, td {
	font-size: 100%;
}
a {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
a.small {
	font-weight: normal;
	font-size: 90%;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
input.text, textarea.text, select.text {
	background: #fff;
	border-top: solid 1px #8c541c;;
	border-bottom: solid 1px #ffcf9e;
	border-left: solid 1px #ac6722;
	border-right: solid 1px #ffb164;
	padding: 1px;
}
img {
	border: none;
}
em {
	font-style: normal;
	font-size: 100%;
	color: #fff;
}
small {
	font-size: 80%;
	color: #000;
}
hr {
	background: transparent;
	border-top: dotted 1px #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}
td.button {
	background: #ffb164;
	border: 1px dotted #fff;
	text-align: center;
}
td.button:hover {
	background: #ffd194;
}
a.button {
	text-decoration: none;
	color: #000;
}
td.nav {
	border-bottom: solid 1px #ffcf9e;
}
td.navbar {
	border-bottom: solid 1px #ac6722;
}
td.navtitle {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	border-bottom: solid 1px #ffcf9e;
}
td.navbutt {
	border-left: solid 1px #ffb164;
	border-right: solid 1px #ac6722;
	padding-left: 15px;
	padding-right: 15px;
	background: url('images/nav_bg.gif');
}
td.navbutt:hover {
	background: url('images/nav_bg_hover.gif');
}
td.navhead {
	border-left: solid 1px #ffb164;
	border-right: solid 1px #ac6722;
	padding-left: 15px;
	padding-right: 15px;
	background: url('images/nav_bg_hover.gif');
}
td.nav2 {
	border-bottom: solid 1px #8c541c;
	background: #ffb164;
}
td.nav2butt {
	padding-left: 10px;
	padding-right: 10px;
}
td.nav2butt:hover {
	background: #ffd194;
}
a.nav {
	text-decoration: none;
	color: #000;
}
a.nav2 {
	text-decoration: none;
	color: #000;
}
table.datatable {
	border-bottom: solid 1px #8c541c;
	padding-bottom: 2px;
}
th.datatable {
	background: url('images/nav_bg.gif');
	border-bottom: solid 1px #8c541c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: bold;
}
td.datatable {
	border-bottom: solid 1px #ffd194;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}
td.datalabel {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}
td.datafield {
	border-left: solid 1px #8c541c;
	background: #ffd194;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}
td.datadesc {
	border-left: dotted 1px #8c541c;
	background: #ffd194;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 85%;
}
.heading {
	font-size: 140%;
	font-weight: normal;
	color: #fff;
}
.heading em {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.subheading {
	font-size: 110%;
	font-weight: normal;
	color: #fff;
}
.subheading em {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.subheading2 {
	font-size: 130%;
	font-weight: bold;
	color: #ae1e23;
}
.subheading3 {
	font-size: 110%;
	font-weight: bold;
	color: #ffd9a8;
}
.subheading4 {
	font-size: 110%;
	font-weight: bold;
	color: #745835;
}
.subheading5 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
.quote {
	font-size: 400%;
	font-weight: normal;
	color: #fff;
}
.light {
	color: #745835;
}
table.error {
	background: #ffdf94;
	border: solid 1px #000;
}
a.poweredby {
	text-decoration: underline;
	color: #000;
}
a.poweredby:hover {
	text-decoration: none;
	color: #000;
}
#left { text-align: left; }
#right { text-align: right; }
#center { text-align: center; }
