@charset "utf-8";

/* CSS Document */


.main_print {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
	width: 300pt;
	font-size: 10pt;
	padding-right: 20pt;
	overflow: hidden;
	position: relative;
}
.show_for_print {
	display: table-caption;
}

.hidden_for_print {
	display: none;
	height: 0px;
	width: 0px;
}
.main_print_logo {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	overflow: scroll;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -20px;
	top: -100px;
	text-align: justify;
}
