<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------- Print ----------*/
@media print {
	body {
		width: 1200px;
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		zoom: 0.91;
		margin: auto;
    }
    #gNav {
        display: none;
    }
	@media all and (-ms-high-contrast: none) { 
		body { width:1300px;}
	}
	@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
		body { width:1300px;}
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		body {
			width: 1300px;
			transform: scale(0.8);
			-moz-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			transform-origin: 0 0;
			margin: auto;
		}
	}
}
</pre></body></html>