﻿body {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 10pt;
}
h1 {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.3em;
	color: #557EB9;
	padding-bottom: .3em;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
	border-bottom-color: #00467F;
}
h2 {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	color: #557EB9;
}
h3 {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	color: #557EB9;
}
h4 {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1em;
	color: #557EB9;
}
td {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	padding: 5px;
}
.viewsource {
	font-size: 8pt;
	background: #FFFFFF;
	border: 1px solid #579CDA;
	margin: 5px 0;
	padding: 5px;
	color: #072B60;
	clear: both;
}
.copyright {
	font-size: 8pt;
	margin: 5px 0;
	padding: 5px;
}
a {
	color: #0FA1B8;
	text-decoration: none;
}
a:visited {
	color: #681888;
}
a:hover {
	text-decoration: underline;
}
