@charset "utf-8";
/* CSS Document */

#header, #sidebar, #footer {
	display:none;
}

#header_print {
	border-bottom: solid 1px;
	padding-bottom: 0.25em;
	text-align: center;
	display: block;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 40px 20px 40px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
}

img {border:none;}

#footer_print {
	border-top: solid 1px;
	margin-top: 2em;
	padding-top: 0.25em;
	padding-right: 1em;
	text-align: right;
	color: gray;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	clear: both;
	display:block;
	width:100%;
	float:right;
}
