body {
	margin: 0px;
	padding: 0px;
}
.ContentHeaderLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0033;
}
.ContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0033;
}
.ContentBoldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0033;
}
.ContentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.ContentHyperLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}
.CopyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.CopyrightTextHyperLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
div#contents {
	width: 600px;
	left: 0px;
	top: 180px;
	position: absolute;
	height: 531px;
}
div#header {
	position: absolute;
	width: 600px;
	left: 0px;
	top: 0px;
	height: 92px;
	background-color: #FFFFFF;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	display: inline;
}
div#nav {
	position: absolute;
	height: 10px;
	width: 600px;
	top: 90px;
	margin: 0px;
	padding: 0px;
	background-color: #FFD274;
	background-position: center;
}
div#printheader {
	position: absolute;
	height: 40px;
	width: 600px;
	top: 120px;
	margin: 0px;
	padding: 0px;
}
