@charset "utf-8";
/* CSS Document */



* {color: #000000;
	border: none;
	border-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #FFFFFF;
}


.print_editable_area {
	font-size: 12pt;
	color: #000000 !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer {
	display: none;
}

.hide_in_print {
	display: none;
}

.oneColElsCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-style: none;
}

.oneColElsCtrHdr #container {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
.break_before {
	page-break-before: always;
}
.break_after {
	page-break-after: always;
}
