#html, body {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:769px;
	height: 100%;
	margin: 65px auto auto;
	color: black;
	font-size: 11px;
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	background-color: white;
}
a:link {
	color: #71a0d5;
	text-decoration: none;
}
a:visited {
	color: #71a0d5;
	text-decoration: none;
}
a:hover {
	color: #4d647f;
	text-decoration: none;
}
th {
	color: #d6d6d6;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #4d647f;
	vertical-align: middle;
	padding: 12px;
	white-space: nowrap;
}
h1 { color: #a4a4a4; font-size: 2.5em; font-weight: normal; line-height: 1em; margin: 0 0 0.67em; }
h2 {
	color: #4d647f;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.83em;
}
div > div#fixme {
	position: fixed;
}
#fixme {
	position: fixed;
	top: 0;
	width: 769px;
	visibility: visible;
	margin-left: -1px;
	border-top: 1px solid #202e3d;
	border-right: 1px solid #202e3d;
	border-left: 1px solid #202e3d;
	z-index: 9999;
}
#PrintLogo {
	position: absolute;
	visibility: hidden;
	padding-left: 12px;
}
#content {
	width: 769px;
	border-left: 1px solid #202e3d;
	border-bottom: 1px solid #202e3d;
	border-right: 1px solid #202e3d;
}
a.header:link {
	color: #d6d6d6;
	text-decoration: none;
}
a.header:visited {
	color: #d6d6d6;
	text-decoration: none;
}
a.header:hover {
	color: #fff;
	text-decoration: none;
}
.subnav-box {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #e1e0e0;
	padding: 12px;
	white-space: nowrap;
}
a.subnav:link {
	color: #4d647f;
	text-decoration: none;
}
a.subnav:visited {
	color: #71a0d5;
	text-decoration: none;
}
a.subnav:hover {
	color: #d1b022;
	text-decoration: none;
}
.footer {
	color: black;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}