/* Print Stylesheet */

ul.hidden {
	display: none;
}
#WrapperTop {
	display: none;
}
#Header {
	display: none;
}
table#Search {
	display: none;
}
a.site_navigation {
	display: none;
}
#ColumnA {
	display: none;
}
#Breadcrumb {
	display: none;
}
#Footer {
	display: none;	
}
#WrapperBtm {
	display: none;
}

body, textarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: Black;
	}
/* Horizontal Rule */
div.HRule {
	height: 1px;
	border-top: 1px dotted #AAC2D6;
	margin: 3px 0 3px 0;
	}
div.HRule hr {
	display: none;
	}
h1 {
	font-size: 26px;
	font-family: Arial Black, Helvetica Black, sans-serif;
	line-height: 100%;
	color: Black;
	font-weight: normal;
	text-transform: uppercase;
	}
h1#headline-response {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999999;
}