body {
	margin: 0px;
	padding: 0px;
	color: #401f01;
	background-color: #fbf7f0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 90%;
}

h1, h2, h3 { margin:0.3em 0 1.3em 0;}
h1 { font-size:170%; font-family: Times, serif; text-align:center; color:#803e00 }
h2 { font-size:125%; }
h3 { font-size:100%; }

a:link { color: #004da0; }
a:visited { color: #401f01; }
a img { border: none; text-decoration: none }
p { margin: 0.3em 0 1em 0 }

th { text-align: left }
form, textarea, input, select { font-family: Verdana, Helvetica, sans-serif; font-size: 100%;  }
form { display:inline }
div#header, div#rightedge, div#rightedgeflag, div#headermarke, div#leftedge, div#navigation { display:none }
div#content { margin:0; padding:0; position: relative }
.noprint { display:none }

/* form error messages */
div.error-formfield { color:#ff0000; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield { background-color:#ffcccc }
