body {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	margin: 0px;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	text-align: left;
}

a, a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
}
#TopNav {
	height: 30px;
	vertical-align: middle;
	text-align: right;
	background-color: #CCCCCC;
}
#TopNav form {
	display: inline;
}
#TopNav input {
	height: 18px;
	font-size: 80%;
}
#TopNav a, #TopNav a:link, #TopNav a:visited, #TopNav a:active {
	color: black;
}
#MastHead {
	height: 107px;
	background-color: #010B6D;
}
#MastHead table {
	width: 100%;
}
.AlignMiddle {
	text-align: center;
}
#MainContent {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#CopyrightNotice {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
h2 {
	font-size: 170%;
	color: blue;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
/* DO NOT CHANGE BELOW */
table, input, select, textarea, ul ul, td p {  /* IE hack */
	font-size: 100%;
}
* > textarea {  /* Firefox hack */
	font-size: 120%;
}
/* DO NOT CHANGE ABOVE */

@media print {
	* {
		font-size: 98%;
	}
	#dmenu, #TopNav {
		display: none;
	}
	#MastHead {
		width: 100%;
	}
	a {
		text-decoration: none;
	}
}
