@charset "utf-8";
/*PRINT.CSS/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

PRINT_________________________________________ { }
/*//////////////////////////////////////////////*/

body {
	background: 0;
	background-color: white;
	color: black;
	font: 10pt/15pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	border-bottom: 1pt solid gray;
	font-size: 200%;
	padding-bottom: 10pt;
}
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
a:link, a:visited, a:active, a:hover, a:focus {
	background: transparent;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#header { }
#header .logo {
	border-style: none;
	margin: 0 0 15pt;
	padding: 0;
	float: left;
}
#header .logo a {
	display: block;
	font: bold 25pt/30pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header .tagline {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30pt;
	letter-spacing: 8pt;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header .header-group {
	border-top: 1pt solid gray;
	clear: both;
}
.header-group, .header-1, .header-2, .header-3, .header-4, .header-5 {
	display: block !important;
	visibility: visible !important;
	width: auto !important;
	opacity: 1 !important;
	position: static !important;
	clear: both !important;
	height: auto !important;
}
#content {
	clear: both;
	border-top: 1pt solid gray;
}
#content .table {
	width: 100%;
	text-align: left;
	border: 1px solid gray;
	border-collapse:collapse;
	border-spacing:0;
}
#content .table th, #content .table td { border: 1px solid gray; }
#footer {
	border-top: 1pt solid gray;
	clear: both;
}
/*Display None///////////////*/
#header ul, #footer ul, form, .button, #footer .logo, .credit, .gsa, #home #content .section-1 ul, #home .section-3, #sub #header .section-1 h1, #sub #header .section-1 p, #sidebar, #content img, #content .post-comments, #content .post-respond { display: none; }
