body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: #e9f8e3 url(../images/bg-page.jpg) 0 145px;
	margin: 0px;
	background-repeat: repeat-x;
}
input#searchsubmit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F9C00;
	float: right;
	clear: right;
}
input#query {
	clear: right;
	float: right;
	margin-bottom: 2px;
	width: 185px;
}


img.floatright {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #0F9C00;
	font-weight: bold;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-size: 1.35em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.15em;
}
h6 {
	font-size: 1.1em;
}

div.error {
	color: red;
	font-weight: bold;
	border-left: 5px solid red;
}

div.error * {
	margin-left: 1em;
}.prose {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
}
img {
	border: 0px none;
}