body {
	font-family: verdana, arial, sans-serif;
	font-size: 87.5%;
}
p, input, select, th, td {
	font-size: 1em;
}
input[type=number] {
	width: 5em;
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
textarea {
	font-family: "Lucida Console", monospace;
	font-size: 1em;
}
pre {
	font-family: "Lucida Console", monospace;
	font-size: 1em;
}
a:link, a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	background-color: #0000ff;
	color: #ffffff;
}
.nohoverbkg:hover {
	background-color: transparent;
}
h1 {
	font-size: 2.4em;
	font-weight: 100;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
img {
	border: 0;
}
p {
	margin: 1.0em 0 0 0;
}
table {
	font-size: 1.0em;
}
caption {
	text-align: left;
}
td {
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #999999;
	color: #ffffff;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 1em;
}
.tctr {
	text-align: center;
}
.tfixed {
	font-family: "Lucida Console", monospace;
}
.tright {
	text-align: right;
}
.vmiddle {
	vertical-align: middle;
}
.tsmall {
	font-size: 0.8em;
}
.tred {
	color: #ff0000;
}
.twhite {
	color: #ffffff;
}
.tgray {
	color: #999999;
}
.blightgray {
	background-color: #dddddd;
}
.bvlightgray {
	background-color: #eeeeee;
}
.forminline {
	display: inline;
}
.reqbkg {
	background-color: #e2e9ff;
	border: 2px solid #ff0000;
}
.optbkg {
	background-color: #e2e9ff;
	border: 1px solid #cccccc;
}
.blightyellow {
	background-color: #ffff99;
}
.byellow {
	background-color: #ffff00;
}
.blightgreen {
	background-color: #ccffcc;
}
.nowrap {
	white-space: nowrap;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#banner {
	background-color: #5b4950;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	position: relative;
	color: #ffffff;
}
#navcontainer {
	background-color: #28232c;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	float: left;
	width: 100%;
	background-color: #28232c;
	overflow: hidden;
}
#navcontainer li {
	float: left;
	margin-bottom: 0;
}
#navcontainer li a {
	display: inline-block;
	padding: 15px 15px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #3e3942;
	text-align: center;
	float: left;
}
#navcontainer li a:hover {
	background-color: #999999;
	color: #ffffff;
}
#mainbody {
	background-color: #ffffff;
	padding: 5px;
	margin: 1px 0 0 0;
	border: 0;
}
#footer {
	background-color: #ffffff;
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
	color: #666666;
	margin-top: 15px;
	padding: 5px 5px 5px 5px;
}
