/* Start of CMSMS style sheet 'Binder : Print' */
body {
	font: 12pt Arial, sans-serif;
	line-height: 1.5em;
}

#sidebar, #footer, #header, p.hideonprint {
	display: none;
}

.stripe {
	border-collapse: collapse;
}

.stripe td,.stripe th {
	border-bottom: 1px solid #999;
	text-align: left;
}

.stripe td {
	padding-left: 6em;
}

.showonprint {
	margin-top: 3cm;
	display: block;
}

.showonprint .line {
	border-bottom: 1px solid #000;
	width: 7cm;
}

.showonprint .right {
	text-align: right;
}
/* End of 'Binder : Print' */

