/* ########## print ########## */

* {
	
}

html {
	height: auto;
	margin-bottom: 0;
}
body {
	background: #fff;
	filter: none;
	-ms-filter: none;
    color: #000;
}
table { color: #000; }


/* ########## page (pg) ########## */

.pg {
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
.pgHeader {
	float: right;
	width: auto;
}
.headerLogo { height: auto; }
.headerNav { display: none; }
.headerCopyright { display: none; }
.pgContent {
	float: none;
	padding-top: 1em;
	width: 100%;
}


/* ########## column (cl) ########## */

* html .cl { padding-bottom: 0; }
*+html .cl { padding-bottom: 0; }
.pgContent .clW1 { width: 33%; }
.pgContent .clW1p { width: 49%; }
.pgContent .clW2 { width: 66%; }
.pgContent .clW3 { width: 100%; }


/* ########## block (bl) ########## */

.pgContent .bl { margin: 0 2% 2em 0;}
.pgContent .blW1 { width: 31%; }
.pgContent .blW1p { width: 47%; }
.pgContent .blW2 { width: 64%; }
.pgContent .blW3 { width: 97%; }


.btnPrevious,
.btnNext { visibility: hidden; }