.noPrint {
	display: none;
}

.printOnly {
	display: block;
}

.printanddisplay {
	display: inherit;
}

.printheadName {
	font-size: 2em;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: Papyrus, Verdana, sans-serif;
}
.printheadTagline {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	font-family: Papyrus, Verdana, sans-serif;
}
.printheadTM {
	font-size: 0.8em;
	font-weight: lighter;
	text-transform: uppercase;
	vertical-align: 80%;
	font-family: Papyrus, Verdana, sans-serif;
}

