

/* Print elements
+-------------------------------------------*/

body .printonly {
	display: block;
}
body {
	background: white;
	font-size: 12pt;
}
div.item a, div#pagecontrol a {
	display: none;
}
br {
	display: none;
}
html body div#content h1,
html body div#content h2,
html body div#content h3,
html body div#content h4,
html body div#content h5,
html body div#content h6 {
	font-size: 1.35em;
	color: #000;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	line-height: 1.35em;
	clear: both;
}
div#header_section {
	display: none;
}
div#searchbar {
	display: none;
}

div#upper_menu {
	display: none;
}

div#logo {
	float: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 0;
}
div#logo img {
	display: none;
}

div#left_section {
	display: none;
}

div#right_section, div#right_section_page2 {
	float: none;
	width: 100%;
	margin: 0;
}
div.section_box_1, div.section_box_1b, div.section_box_1c {
	margin-bottom: 20px;
}
div.section_box_2 {
	float: none;
	width: 100%;
	margin: 0;
	clear: both;
}

div.header_right {
	display: none;
}
div.moreinfobtn {
	display: hidden;
}

div#content table {
	width: 100%;
	margin: 10px;
}

div.copyright {
	display: block;
	text-align: center;
	margin: 40px auto 5px;
}
