/* Any resemblance... */

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

body {
	margin: 0;
}

h1, h2, h3 {
	color: #003366;
}

h1 {
	margin-top: 0;
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

h4 {
	font-size: 10pt;
	color: black;
	margin-bottom: 0.5em;
}

.heading {
	background-color: #6699cc;
	padding: 0.5em 0;
}

p {
	margin-top: 0;
}

.heading h1 {
	color: white;
	text-transform: uppercase;
	font-size: 30px;

	/* I couldn't get an exact match from http://www.identifont.com/ */
	font-family: Esseltube, "Trebuchet MS", sans-serif;

	padding-left: 2em;
}

#i {
	color: #003366;
	text-transform: lowercase;
}

#tm {
	font-size: 0.5em;
    vertical-align: super;
}

.heading sup {
	font-size: 0.25em;
}

.heading ul {
	background-color: #003366;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
}

.heading a, .footer a {
	color: white;
	text-decoration: none;
}

.heading li, .footer li {
	display: inline;
	display: table-cell;
	margin: 0 5em 0 0;
	font-size: small;
	margin: 0;
}

.heading li a, .footer li a {
	padding: 0 1em;
}

.heading li a:hover, .footer li a:hover {
	background-color: white;
	color: #003366;
}

.footer {
	background-color: #6699cc;
	color: white;
}

.main {
	margin-left: 5em;
	margin-right: 2em;
}

ul {
	list-style: none;
}

ul h3 {
	margin-left: -2em;
}

ol ul {
	list-style: circle;
}

.chartpos {
	color: black;
	font-weight: normal;
	font-size: 10pt;
}

ol.tos {
	list-style: upper-roman;
}

a:link img, a:visited img {
	border: none;
}
