<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Print stylesheet for all page types--eliminates navigation so that content fits page */

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

#banner {
	display: none;
}

#logotype {
	display: none;
}

#logotype img {
	display: block;
}

#topmenu {
	display: none;
}

#leftnav {
	display: none;
}

#leftnav img {display: none;}

#leftnav_top {
	display: none;
}

#mainnav {
	display: none;
}

#contents {
	width: 100%;
}

#contents h1 {
	font-size: 1.2em;
}

#contents_folder {
	font-size: 0.8em;
}

#contents_folder h2 {
	font-size: 0.9em;
}

#rightnav {
	width: 100%;
}

#rightnav ul {
	display: none;
}

#search {
	display: none;
}

#footer {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#footer p {
	margin: 0px 0px 0px 30px;
}

#footer img {
	display: none;
}

.invisible {
	display: none;
}</pre></body></html>