/* Style applicable to the entire site. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background: #FFFFFF;
	margin: 0px;
}
h1.pagetitle {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	background-color: green;
	color: white;
	padding: 0.25em;
	border: 2px outset green;
}
div.pbody {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

