
@page {
	@bottom-center {
		content: counter(page) " of " counter(pages);
	}
	size: 210mm 297mm;
	margin:15mm 15mm 25mm 15mm;
	orphans:3;
	widows:3;
}

body,#full-height-container,#page,#content {
	color:#000;
	border:0!important;
	width:100%!important;
	height:auto!important;
	min-height:auto!important;
	margin:0!important;
	padding:0!important;
	line-height:1.2;
	/* background:#fff!important; */
}

#main {
	padding-bottom:1em!important;
}

.CENtitles {
	margin-top:2cm;
	text-align:right;
	font-weight:bold;
	font-size:12pt;
	line-height:1.5;
}

.CWAnewtitle {
	margin-top:2cm;
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	line-height:1.5;
}

.CENsmallprint {
	margin-top:2cm;
	font-size:9pt;
	line-height:1.5;
}


a,a:link,a:visited,a:focus,a:hover,a:active {
	color:#024;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
}

h1 {
	page-break-before:always;
}

pre {
	font-family:Monaco,"Courier New",monospace;
	font-size:7pt;
}

.print-only {
	display:block;
}

hr {
	display:none;
}

#watermark {
	color: #f8ffff;
	font-size: 100pt;
	letter-spacing: 0.1em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
	left: 10cm;
	top: 10cm;
}

