html {
	overflow-y: scroll;
}

body {
	font-family: Verdana;	
	font-size: 10pt;
	background: #cccc99;
	background: #cccc66;
	background: #99cc66;
	background: #669933;
	background: #527233;
	background: #80af52;
	background: #78a749;
	background: #fff8dc;
	margin-top: 0px;
	text-align: center;
}

table {
	width: 750px;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
}

table td {
	vertical-align: top;
	font-family: Verdana;
}

p {
	text-align: justify;
}

div.pagetitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	color: #3e2407;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.subtitle {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	color: black;;
}

div.q {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
	color: #663333;
}

div.a {
	margin-bottom: 24px;
}

div.excerpt {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

table tr td {
	font-family: Verdana;	
	font-size: 10pt;
	padding: 3px;
}

table#nav {
	background: #009900;
	background: #669933;
	background: #527233;
	color: white;
	width: 752px;
}

table#nav td {
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
}

table#nav td a:visited {
	color: white;
	text-decoration: none;
}

table#nav td a:link {
	color: white;
	text-decoration: none;
}

table#nav td a:hover {
	color: black;
	text-decoration: none;
}

table#logo {
	margin-top: 20px;
	width: 750px;
	border-collapse: collapse;
}

table#logo td {
	text-align: center;
	padding: 0px;
}
