/* This code developed by eTapestry.com */
/* This style sheet is used ONLY for printing */
/* Changes to this code will only result in a change on the printed copy of the site */

.noprint { 
	display: none; 
}

body, p, td, th, ul, a {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

#container {
	background-color: #fff;
	width: 80%;
	border: none;
}
