
.noprint {
	display: none;
}
.printonly{
	display: block;
}
.printonly h1{
	border-bottom: 1px solid #CCC;
	text-align: left;
	font: 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #CCCCCC;
}
#ContentA{
	width: 620px;
}