@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #003273;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	font-style: italic;
	padding: 5px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003273;
	font-weight: bold;
	padding: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	font-style: oblique;
	color: #000000;
	width: 75%;
	padding: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.SmallTableText {
	font-size: .8em;
}
.TableHeadingText {
	color: #003273;
}
a {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF6600;
}
