body, div.header, div.navi, div.naviback, div.page, div.pageback, div.footer, div.filler, div.left, div.right, h1, h2, p, ul, li, table, tr, td {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: left;
	font-family: "Verdana", sans-serif;
}
body {
	background: #89c;
	text-align: center;
}
div.header, div.navi, div.page, div.footer {
	width: 80em;
	margin: 0px auto;
	font-size: 10px;
	font-family: "Verdana", sans-serif;
}
div.header {
	vertical-align: bottom;
	padding-top: 1em;
}}
div.navi {
	font-weight: bold;
	overflow: visible;
}
div.naviback {
	width: 100%;
	border-top: 1px solid #236;
	border-bottom: 1px solid #236;
	background: #569;
	text-align: center;
}
div.page {
	padding: 8px;
	clear: both;
}
div.pageback {
	width: 100%;
	background: #fff;
	text-align: center;
}
div.footer {
	margin-top: 0.5em;
	padding-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
div.filler {
	font: 1px sans-serif;
	clear: both;
}
div.left {
	float: left;
	width: 48em;
}
div.right {
	float: right;
	width: 29em;
}
div.float {
	float: right;
	border-left: 8px solid #fff;
}
.center {
	text-align: center;
}
div.dialog {
	margin: 1em 0em;
	border: 2px solid #236;
	padding: 1em;
	background: #89c;
}
h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	margin-top: 8px;
	font-size: 16px;
	line-height: 18px;
}
h1, h2 {
	margin-bottom: 8px;
	border-bottom: 1px solid #569;
	font-weight: bold;
}
p, ul {
	margin-bottom: 8px;
}
p, ul, li, td {
	font-size: 12px;
	line-height: 18px;
}
ul {
	margin-left: 1em;
}
li {
	list-style-position: inside;
}
a {
	text-decoration: none;
	padding-bottom: 1px;
	color: #00c;
	background: #f9f9ff;
}
a:hover {
	border-bottom: 1px solid #236;
	padding-bottom: 0px;
	background: #ccf;
}
a:visited {
	color: #006;
}
a.navi {
	padding: 0px 2px;
	color: #004;
	background: #569;
}
a.navi:hover {
	background: #ccf;
}
a.navi:visited {
	color: #004;
}
span.navi {
	display: inline;
}
span.popup {
	display: none;
	position: absolute;
	margin: 0px;
	margin-top: -3px;
	border: 1px solid #236;
	padding: 2px;
	background: #569;
}
span.navi:hover > span.popup {
	display: inline;
}
a.popup {
	text-decoration: none;
	display: block;
	padding: 0px 2px;
	color: #004;
	background: #569;
}
a.popup:hover {
	border: 0px;
	background: #ccf;
}
