body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F3F3F3;
	margin-top: 3px;
	margin-left: 3px;
}

body.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-left: 3px;
}

table.abar {
	border: 0;
	background-color: gray;
	padding: 0;
	width: 100%;
}

tr {
	vertical-align: top;
	text-align: left;
	font-size: 9pt;
}

tr.header {
	background-color: darkblue;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

tr.section {
	background-color: silver;
	font-weight: bold;
}

td.fd { font-weight: bold; }
td.data { font-size: 9pt; }
td.datar { font-size: 9pt; text-align: right; }
td.datac { font-size: 9pt; text-align: center; }
td.nav { background-color: darkblue; color: #FFFFFF; }

a:hover { color: red; }
a.header { color: yellow; }
a.nav:link { color: #FFFFFF; }
a.nav:visited { color: #FFFFFF; }
a.nav:active { color: red; }
a.nav:hover { color: yellow; }
a.nav_selected { color: yellow; }

input { background-color: #FFFFCC; }
input.required { background-color: #FFB6C1; }
select { background-color: #FFFFCC; }
select.required { background-color: #FFB6C1; }
textarea { background-color: #FFFFCC; }
textarea.required { background-color: #FFB6C1; }

input:focus { background-color: lightblue; }
input.input:focus { background-color: lightblue; } /* IE 7 */
textarea:focus { background-color: lightblue; }
select:focus { background-color: lightblue; }

input.bt { background-color: lightgrey; }

.help { color: green; }
.req { color: red; font-size: 9pt; }
.footer { font-size: 8pt; }
.hide { display: none; }
.mono { font-family: monospace; }
