@charset "utf-8";
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	.page-break
	{
		display: block;
		page-break-before: always;
	}
    a:after { content:''; }
    a[href]:after { content: none !important; }
	.nobreak {page-break-inside: avoid;}
}

#page_content {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.centerbox {
	margin: auto;
	width: 500px;
	height: 350px;
}
.centerbox2 {
	margin: auto;
	width: 600px;
	height: 600px;
}
.centerbox3 {
	margin: auto;
	width: 600px;
	height: 300px;
}
#centerform {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.centerme {
	margin-right: auto;
	margin-left: auto;
}

.centerpics {
	margin-right: auto;
	margin-left: auto;
}

.centerpic {
	margin-right: auto;
	margin-left: auto;
}
