<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */

																/* &gt;&gt;&gt; ELEMENTS &lt;&lt;&lt; */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
		font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman" sans-serif;
		font-size: 11pt;
		}






																/* &gt;&gt;&gt; CONTAINERS &lt;&lt;&lt; */
* { }






																/* &gt;&gt;&gt; SUB CONTAINERS &lt;&lt;&lt; */
div#print {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
	}






																/* &gt;&gt;&gt; LISTS &lt;&lt;&lt; */
*.x {
	display: none;
	}






																/* &gt;&gt;&gt; TYPOGRAPHY &lt;&lt;&lt; */
div#print {
	color: #eee;
	background-color: inherit;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	}
	div#print strong {
		display: block;
		color: #000;
		background-color: inherit;
		font-size: 17pt;
		}






																/* &gt;&gt;&gt; FORMS &lt;&lt;&lt; */
* { }






																/* &gt;&gt;&gt; END &lt;&lt;&lt; */</pre></body></html>