html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.4em;
	color: #333333;
}
#nav {
	position: absolute;
	width: 155px;
	top: 35px;
	left: 0;
	text-align: right;
}
#nav img {
	display: block;
	border: none;
	margin: 0 0 0 43px;
	width: 112px;
	height: 64px;
}
#nav ul {
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.6em;
}
#nav h2 {
	display: none;
}
#content {
	margin: 35px 0 30px 185px;
	width: 380px;
}
h1 {
	position: relative;
	margin: 0;
	height: 64px;
	vertical-align: bottom;
	color: black;
	font-size: 8pt;
}
h1 span {
	display: block;
	position: absolute;
	bottom: 0;
}
h2, h3 {
	margin: 16px 0 6px 0;
	color: black;
	font-size: 8pt;
	font-weight: bold;
}
h3 {
	font-style: italic;
}
form {
	margin: 16px 0 6px 0;
}
input {
	font-size: 8pt;
}
label {
	display: block;
	margin-bottom: 3px;
}
p, address {
	margin: 5px 0 0 0;
}
address {
	font-style: normal;
	padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
a:visited {
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: black;
	border-bottom: 2px solid #aaa;
}
li pre {
	margin: 0;
	padding: 0;
}
