body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.85em;
}

h1, h2, h3 { color:#000 }

h1 { font-size:150% }
h2 { font-size:125% }
h3 { font-size:100% }

a:link { color: #000; }
a:visited { color: #000; }
a img { border: none; text-decoration: none }

th { text-align: left }
form, textarea, input, select { font-family: Verdana, Helvetica, sans-serif; font-size: 100%;  }
form { display:inline }

.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 }

/* Layout */
div#header-nav,
div#leftnav,
div#footer {
	display:none;
}
div#content {
	clear: both;
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}
img#headerlogo {
	float:right;
	padding-bottom: 2em;
}
