html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #1b0e08;
	height: 100%;
}

p {
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
}

th {
	font-size: 13px;
	font-weight: bold;
}

td {
	font-size: 13px;
	font-weight: normal;
}

A:link {
	color: #000000;
	text-decoration: underline;
}

A:active {
	color: #000000;
	text-decoration: underline;
}

A:visited {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	color: #c8854e;
	text-decoration: underline;
}

.sh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0px;
}

.sh1p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 24px;
}

.sic {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	white-space: pre;
	padding: 24px;
}

.sh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
}

.sh2bpf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	background-color: #e1bfa3;
}

.sh2p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 18px;
}

.sh3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
}

/* fill width */
.fillw {
	width: 100%;
	padding: 0px;
	border: 0px;
}

/* panel divider */
.pd {
	border-top: #546359 solid thin;
}

/* list options */
.lo td {
	padding: 6px;
}

/* form error */
table.fe td, .fe {
	color: red;
	white-space: pre;
	font-size: 18px;
}

/* JavaScript error */
.je {
	color: red;
	font-size: 18px;
}

/* form info */
.fi {
	font-size: 18px;
}

/* validation error */
.ve {
	color: red;
}

/* required symbol */
.reqd {
	color: green;
}

/* form label */
.fl {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


.ff { /* form field */ 
	text-align: left;
}

/* form key */
.fk { /* emphasis TBD */
	
}

/* displayName / input field caption */
.dn {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

/* header padding */
.hp {
	padding: 8px;
}

td.fl {
	vertical-align: top;
}

.container {
	height: 100%;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.ctrlButton {
	color: #603c1e;
	background-color: #fcf8c8;
	padding: 2px;
	margin: 4px 2px 4px 2px;
	font-weight: bold;
	font-size: 13px;
}

.scroller {
	
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.nowrap {
	white-space: nowrap;
}
