/** Richter & Muenzner print styles */

a, a:link, a:visited {
	text-decoration: none;
}

.sitenav {
	display: none;
}

.noprint {
	display: none;
}

#LogoArea, #NavPictureArea, #SecNav {
	display: none;
}

#SecnavContentArea, #ContentArea {
	width: 100%;
}
