body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

div#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: gray;
	text-align: center;
	padding-top: 5pt;
}

body {
}

div.printhead {
	display: none;
}

div.tools {
	float: right;
	padding-right: 20px;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: gray;
	text-align: center;	
}

div.tools img {
	border: 0px;
}


div#menu {
	width: 150px;
	position: absolute;
	padding-top: 1em;
	padding-left: 2px;
}

div.content {
	min-height: 600px;
	height: 600px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: black;
	width: 630px;
	position: relative;
	left: 150px;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

div[class="content"] {
	height: auto;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

div#menu a {
	color: black;
	text-decoration: none;
}

div.menuitemactive {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: red;
	padding-top: 10pt;
}

div.menuitem {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-top: 10pt;
}

div.submenuitem {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-left: 10pt;
}

div.submenuitemactive {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-left: 10pt;
	color: red;
}

div.rightpic {
	float: right;
	padding-left: 2em;
}

div.rightpic div.pictext {
	font-size: 9pt;
	width: 200px;
	padding-bottom: 10pt;
	font-style: italic;
}

div.smallpic {
	float: right;
	padding-left: 2em;
}

div.pic div.pictext {
	font-size: 9pt;
	padding-bottom: 10pt;
	font-style: italic;
}

div.overlaymap {
	position:	relative;
}

div.overlayitem {
}

img.base {
	display:	block;
	position:	absolute;
}

img.overlay {
	visibility:	hidden;
	position:	absolute;
	left:		0px;
	top:		0px;
}

div.overlaymap div.pictext {
	font-size: 9pt;
	padding-bottom: 10pt;
	font-style: italic;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
	border: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}

table caption {
	width: 200 px;
	font-style: italic;
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align: left;
}

td, th {
	border: solid;
	border-width: 1px;
	padding: 5px;
}

tbody tr th {
	font-weight: bold;
	text-align: left;
}

tbody tr td {
	text-align: right;
}

thead {
	font-weight: bold;
	background: lightblue;
}

dt {
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}