@charset "utf-8";
/* Print Style Sheet */

body {
	font: 12pt "Times New Roman", Times, serif;
	color: #000;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1{font-size: 24px; text-align: center;}
h2{font-size: 18px; text-align: center;}
h3{font-size: 14px;}
h4{font-size: 12px;}

#header h1{
	height: auto;
	text-indent: 0;
	background: none;
}
#content {
	width: auto;
	margin: 0;
}
#nav, #footer, a#skipnav, a#contact {
	display: none;
}
.noprint {
	display: none;
}
#content a {
	text-decoration: none;
	color: #000;
}
#content li span {
	xdisplay: normal;
}

