/* Print Stylesheet **  http://www.alistapart.com/articles/goingtoprint/ */
				/* >>> ELEMENTS <<< */
* {
	/*margin: 0; commented out cos it removes spacing and bullet points
	padding: 0;*/
	}
	body {
		color: #000000;
		background-color: #ffffff;
		font-family: "Times New Roman", Times, serif;
		font-size: 80%;
		}

/* CONTAINERS */

.centrecontent{ margin:auto; width:100%;  }
												
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;
	}
															
.noprint , .toplink{
	display: none;
	}
	
	