/* 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: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman" sans-serif;
		font-size: 11pt;
		}






																/* >>> CONTAINERS <<< */
* { }






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

div#container {
	margin: 0px;
	text-align: left;
	}
	div#header-wrap {
		margin: 0px;
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #fff;
			border: solid #ef3a42;
			border-width: 0 0 7px 0;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 0 0 10px;
			color: inherit;
			background-color: #fff;
			border: solid #000;
			border-width: 0px;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			display: none;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}





																/* >>> LISTS <<< */
*.x {
	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 <<< */