* {
	color: black !important;
}
html {
	margin: 0;
	padding: 0;
	background: white;
}
body {
	background: white;
	padding: 1em;
	margin: 0;
	font-size: 11pt;
	font-family: "Times New Roman", "Times", serif;
}
#header, #sidebar-right, .links, .tabs, .breadcrumb, #above_content, #below_content, #footer, #sidebar-left, #main_top, #topnav {
	display: none;
}

#disclaimer {
	margin: 1em 0 1em 0 !important;
	text-align: center !important;
	background: none !important;
}
em.bullet {
	display: none;
}

#wrapper, #main, #center, #content, #main_inner {
	width: 100% !important;
	margin: 0;
	padding: 0;
	background: white !important;
}
#site_name {
	display: none !important;
	color: black;
	font-size: 2em;
	text-align: center;
	
}
.page_title {
	color: black;
	font-size: 2em;
	margin: 1em 0 1em 0;
	background: white;
	padding: 0;
	height: auto !important;
}
.page_title img {
	display: none;
}
.replaced_text {
	display: inline;
}


#printer_friendly_remove {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 1.2em;
	color: blue !important;
}
#printer_friendly_url {
	margin: 2em 0 0 0;
	font-size: 0.9em;
	text-align: center;
}