/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */

/* >>> ELEMENTS <<< */
* {margin:0; padding:0;}
body {color:#000; background-color:#fff; font-family:"Arial", sans-serif; font-size:10pt;
	  line-height:140%;}
h1{margin:0 0 25px 0;}
h2{margin:0 0 15px 0;}
p, table {margin:0 0 20px 0;}
table th{color:#fff; text-align:left;}
table tr td{ border-bottom:1px solid #999;}
table col.td1{width:50%;}
table col.td2{width:20%;}
table col.td3{width:30%;}
#center ul, #center ol {margin:-10px 0 30px 25px; padding:0; border:0;}

/* >>> CONTAINERS <<< */
* { }

/* >>> SUB CONTAINERS <<< */
div#print {margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:5px solid #eee;}

/* >>> LISTS <<< */
*.x, *.printx  {
	display: none;
	}

/* >>> TYPOGRAPHY <<< */
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;
		}

/* >>> FORMS <<< */
* { }
/* >>> END <<< */