body {
	font-family: monospace;
	font-size: 10pt;
	color: #000;
}

div#banner {
	text-align: center;
	width: 100%;
}

#title, #subtitle {
	margin-bottom: 0em;
	margin-top: 0.3em;
}

#title {
	font-weight: normal;
}

#title strong {
	font-size: 1.1em;
}

p#welcome {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: georgia, serif;
	color: #00008A;
}

h4 {
	margin-bottom: 0em;
}

div, p, th, td, ul, ol {
	font-family: georgia, serif;
}

a, a:link, a:visited {
	color: #639;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

div.list {
	margin: 0em;
	float: left;
	width: 50%;
}

div.list h2 {
	margin-bottom: 0em;
	margin-top: 0.3em;
	clear: none;
}

div.clear {
	clear: both;
}

p.annotation {
	margin-top: 0em;
	margin-left: 1em;
	font-size: 0.6em;
	color: #555;
}

div.list ul a {
	display: block;
	margin-left: 1em;
}

.newLink {
	font-style: italic;
	font-weight: bold;
}

div#footnote {
	font-size: 8pt;
	color: #999;
}

