<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Title:		Print Styles
Author: 	3 Crown Creative
*/

body {background: none !important;font-size:12px; color:#000; line-height:1.3em; letter-spacing:.075em;  font-family: Arial, Helvetica, sans-serif;}

/*  clearfix */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a {color:#000; text-decoration:none}


.wrapper {margin: 0 auto;}
.innerWrapper {width: 90%; margin:0 auto;padding: 10px;border: 1px solid #000000;}

p.thedate {margin:0 0 1em 0; font-style: italic; font-size:10px}
hr {width: 80%;text-align: center;height: 1px;color: #000000;}

.print-disclaimer {text-align:right; float:right; padding:10px 20px 10px 0}

.print-link {text-align: right;width:90%; margin:0 auto;padding:10px 0;}
.print-link a {color:#D52B4F; text-decoration:underline; font-weight:bold}
div.img {display:none}

.clear {clear: both;}



@media print {
.print-link {display: none;}
.innerWrapper { width: 100%; border: none; }

}
</pre></body></html>