* {
	color: #000!important;
}

body {
	background: white;
}

.print {display:block!important;}
.noprint {display:none!important;}

#header {
	display: none!important;
}

#content {
	margin: 0!important;
	padding: 0!important;
}

#content .bt, #content .bt div,#content .bb, #content .bb div {
	display: none!important;
}


#content .i1, #content .i2 {
	padding: 0!important;
}

table caption {
	display: none!important;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tr {
	page-break-inside: avoid;
}