body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #455e85;
}
table {
	background-color: #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
}
.title {
	text-align: left;
	vertical-align: top;
	margin-left: 12px;
	padding-left: 12px;
}
a:link {
	font-size: small;
	color: #b794b7;
	text-decoration: none;
}
a:visited {
	font-size: small;
	color: #c3b2b3;
	text-decoration: none;
}
a:hover {
	font-size: small;
	color: #996699;
	text-decoration: none;
}
a:active {
	font-size: small;
	color: #996699;
	text-decoration: none;
}
h1 {
	font-family: "Arial Narrow", "Alps Thin", "Abadi MT Condensed Light", Helvitica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: medium;
	color: #c3b2b3;
	font-weight: bold;
}
h3 {
	font-size: small;
	color: #b794b7;
	padding-left: 40px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	font-weight: bold;
}
.subtitle h1 {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: 40px;
}
.leftnav {
	vertical-align: top;
}
.leftnav ul {
	list-style-type: none;
	width: 130px;
	padding-left: 24px;
	margin-left: 0px;
	margin-top: 40px;
	line-height: 30px;
}

.leftnav a:link {
	color: #000066;
	font-size: small;
	font-weight: bold;
}
.leftnav a:visited {
	color: #336699;
	font-size: small;
	font-weight: bold;
}
.leftnav a:hover {
	color: #996699;
	font-style: italic;
	font-weight: bold;
}
.content {
	padding-left: 40px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
}
.content a:link {
	color: #455e85;
	font-size: medium;
	text-decoration: underline;
}
.content a:visited {
	font-size: medium;
	color: #455e85;
	text-decoration: underline;
}
.content a:hover {
	color: #996699;
	font-size: medium;
	font-style: italic;
}
.content h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	text-align: justify;
}
.anchor a:link {
	font-size: x-small;
	font-style: italic;
	color: #996699;
}
.anchor a:visited {
	font-size: x-small;
	font-style: italic;
	color: #996699;
}
.anchor a:hover {
	font-size: x-small;
	font-style: italic;
	color: #cc99cc;
}
.credits {
	font-size: small;
	font-style: italic;
}
.content hr {
	text-align: center;
	width: 200px;
	color: #c3b2b3;
}
