/*Print Style Sheet For Foundation Acts 29 */
#navigation {
	display: none;
}
#header {
	display: none;
}
#footer {
	display: none;
	}
	
#content {
	width: 100%;
	margin-left: 10px;
	margin-right: 25px;
	padding: 10px;
	background: transparent;
	color: black;
	border: none;
	border-collapse: collapse;
	}
	
body {
	background: white;
	font-size: 10pt;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
