/* 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: "Times New Roman" sans-serif;
		font-size: 12px;
		}






																/* >>> CONTAINERS <<< */
div#print {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	color: #000;
	background-color: #fff;
	font-size: 130%;
	text-align: center;
	border-bottom: 3px solid #eee;
	z-index: 999;
	}


.navbar , .aqualink , .toplink , .noprint{
	display: none;
	}



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






																/* >>> LISTS <<< */
* { }






																/* >>> TYPOGRAPHY <<< */
* { }






																/* >>> FORMS <<< */
* { }






																/* >>> END <<< */