* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #00f;
	background-color: #fff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #fff;
	background-color: #003;
}

table {
	width: 100%;
}

#about {
	width: 50%;
	vertical-align: top;
}

#about h2 {
	font-size: 12px;
	border-left: 0.5em solid #99c;
	color: #66c;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 0.25em;
}

#about p {
	font-size: 10px;
	line-height: 150%;
	color: #336;
	background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

#dealings {
	width: 50%;
	vertical-align: top;
}

#dealings h2 {
	font-size: 12px;
	border-left: 0.5em solid #c99;
	color: #c66;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 0.25em;
}

#dealings ul {
	font-size: 10px;
	line-height: 105%;
	color: #633;
	background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	list-style-type: none;
}

#dealings h3 {
	font-size: 11px;
	color: #933;
	background-color: #fff;
	margin-left: 0.5em;
	margin-bottom: 6px;
}

#dealings span.note {
	color: #c99;
	background-color: #fff;
}

.company {
	width: 50%;
	vertical-align: top;
}

#menu {
	color: #fff;
	background-color: #006;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 200%
}

#menu li {
	display: inline;
	margin-right: 24px;
	white-space: nowrap;
}

#menu a {
	color: #fff;
	background-color: #006;
}

#foot {
	margin-top: 36px;
	text-align: center;
}

#foot p {
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	font-size: 11px;
	color: #003;
	background-color: #fff;
}

#foot address {
	font-size: 10px;
	font-style: normal;
	color: #336;
	background-color: #fff;
	margin-top: 0.5em;
}