body {
	background-color: #fcc;
	color: #000;
	text-align: center;
}

body.nocenter {
	text-align: left;
}

.noborders {
	border-style: none;
}

.warning {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: x-small;
}

p {
	text-align: left;
}

.spreadsheet {
	width: 95%;
	background-color: #fec;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

.spreadsheet th {
	background-color: #039;
	color: white;
	padding: 3px;
	text-align: center;
	font-family: Arial, serif;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.spreadsheet th.left {
	text-align: left;
}

.spreadsheet th.right {
	text-align: right;
}

.spreadsheet td.left {
	text-align: left;
}

.spreadsheet td.right {
	text-align: right;
}

.spreadsheet tr.even {
	background-color: #ffe;
}

.spreadsheet tr.alt {
	background-color: #aaa;
}

.spreadsheet tr.alteven {
	background-color: #ccc;
}

.spreadsheet th.inner {
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

.spreadsheet td {
	padding: 3px;
	text-align: center;
	font-family: Arial, serif;
	font-weight: normal;
	vertical-align: top;
}

.spreadsheet td.date {
	white-space: nowrap;
}

.farright {
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
}

.farleft {
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

.searchform {
	font-family: Arial, serif;
	font-size: x-small;
	background-color: #fec;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

.searchform th {
	background-color: #039;
	color: white;
	text-align: center;
	font-weight: bold;
}

.formlabel {
	background-color: #fec;
	color: black;
	text-align: right;
	font-weight: bold;
}

.formelement {
	background-color: #fec;
	color: black;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.fieldnote {
	font-size: x-small;
}

.reportsbox {
	background-color: #fec;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 650px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.intotalrow {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
}

.right {
	text-align: right;
}

.doubletable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

p.disclaimer {
	width: 50%;
	font-size: 0.75em;
	text-align: justify;
}

.requestform {
	width: 640px;
	background-color: #fec;
	font-family: Arial, serif;
	font-size: x-small;
	border-style: solid;
	border-color: #039;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

.requestform th {
	background-color: #039;
	color: white;
	text-align: center;
	font-weight: bold;
}

.requestformsmall {
	font-family: Arial, serif;
	font-size: x-small;
	border-style: solid;
	border-color: #039;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

.requestformsmall th {
	background-color: #039;
	color: white;
	text-align: center;
	font-weight: bold;
}

.requestform th.formbanner {
	background-color: #46b;
	color: white;
	text-align: center;
	font-family: Arial, serif;
	font-weight: bold;
	font-size: 1.5em;
}

.loginbox {
	background-color: #fec;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.loginbox th {
	background-color: #039;
	color: white;
	padding: 3px;
	font-family: Arial, serif;
	font-weight: bold;
}

