html {
	overflow-y: scroll;
}

body {
	background: #cccc66;
	background: #ffefd5;
	background: #34282c;
	background: #ada96e;
}

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

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

table#logo {
	border-collapse: collapse;
	margin-top: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

table#logo td {
	border-collapse: collapse;
	background: #cccc66;
	padding: 0px;
	spacing: 0px;
	height: 100px;
}

table#nav {
	border-right: 1px solid white;
	border-left: 1px solid white;
}

table#nav td {
	background: #808000;
	background: #c9be62;
	background: #7e3517;
	background: #ffefd5;
	background: #382d2c;
	background: #34282c;
	background: #474747;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	padding: 3px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 24px;
}

table#body {
	border: 1px solid white;
	border-collapse: collapse;
	height: 500px;
}

table#body td {
	background: white;
	background: #ffefd5;
	background: #e9e9e9;
	background: #f0e68c;
	background: #fff5ee;
	background: #ffffff;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
}

table#body td a:link, table#body td a:visited {
	color: #666600;
	color: #663300;
	font-style: italic;
}


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

table#nav td a:link {
	color: white;
}

table#nav td a:visited {
	color: white;
}

table#nav td a:hover {
	color: #cccc66;
}

table#subnav {
	width: 750px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #c0c0c0;
}

table#subnav td {
	background: #808000;
	background: #c9be62;
	background: #7e3517;
	background: #ffefd5;
	background: #382d2c;
	background: #34282c;
	background: #474747;
	background: #ffffff;
	background: #faf8cc;
	background: #ffffcc;
	background: #d2b48c;
	background: #f5f5dc;
	background: #f5deb3;
	background: #f0e68c;
	background: #ffe4c4;
	background: #d2b48c;
	background: #deb887;
	background: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	height: 24px;
}

table#subnav td a {
	text-decoration: none;
	font-style: normal;
}

table#subnav td a:link {
	color: blue;
}

table#subnav td a:visited {
	color: blue;
}

table#subnav td a:hover {
	color: red;
}

div.pagetitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.sectiontitle {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.sectiontitleleft {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.caption {
	font-size: 8pt;
	color: #663300;
	font-style: italic;
	margin-bottom: 10px;
	margin-bottom: 20px;
}

table#body tr td hr {
	height: 1px;
	border-top: 1px solid #999999;
	noshade;
}

