body {
	background-color: white;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

div.header {
	border: thin solid #000069;
	background-color: #F1F694;
	padding-left: 2mm;
}

div.header a {
	color: black;
}

div.title {
	border: thin solid #000069;
	background-color: #F1F694;
	color: #000069;
	padding-left: 2mm;
}

div.title a {
	color: #000069;
	font-style: none;
}

div.footer {
	border: thin solid #000069;
	background-color: #F1F694;
	padding-left: 2mm;
	margin-top: 10mm;
}

div.footer a {
	color: black;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
}

/*
div.footer:before {
	content: url("xhtmlpedia.png");
	margin-right: 5mm;
}
*/

h2 {
	background-color: #F1F694;
	font-size: medium;
	font-weight: bold;
	padding-left: 2mm;
	border: thin solid #000069;
	color: #000069;
	margin-top: 10mm;
}

table.navigation {
	width: 100%;
}

td.nav-left {
	text-align: left;
}

td.nav-center {
	text-align: center;
}

td.nav-right {
	text-align: right;
}

div.h2x-form {
	padding-left: 2mm;
	border-top: thin solid #000069;
	border-bottom: thin solid #000069;
	color: #000069;
	margin-top: 6mm;
}

pre.document {
	border: thin solid #000069;
	font-size: smaller;
}

*.boxed {
	border: thin solid #000069;
	padding: 3pt;
}

