
		header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
    display: none;
}
body {
    margin: 0;
    color: #000;
    background-color: #ffff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 100%;
    font-size: 15px;
}
.boxitemh1 {
	width: 20%;
	text-align: center;
	float: left;
	color: #000000;
}
.boxitemh2 {
	width: 10%;
	text-align: left;
	float: left;
	color: #000000;
}
.boxitemh3 {
	width: 15%;
	text-align: center;
	float: left;
	color: #000000;
}
.boxitemh3 p{
	text-align: center;
	margin: 0;
    padding: 0;
}
.boxitemh4 {
	width: 25%;
	text-align: center;
	float: left;
	color: #000000;
}
.boxitemh5 {
	width: 5%;
	text-align: center;
	float: left;
	color: #000000;
}
.boxitemh6 {
	width: 5%;
	text-align: center;
	float: left;
	color: #000000;
}
.boxitemline{
	width: 100%;
	text-align: center;
	float: left;
	background-color: rgba(255, 247, 221, 0.8);
	color: #000000;
	margin-bottom: 1%;
	padding-top: 1%;
}
.pagebreak{
	page-break-before:always
	}
