/* Start of CMSMS style sheet 'xprint' */
body {
	font-family: "Trebuchet-MS", sans-serif;
	color: #000;
	background-color: #fff;
	}
.header, .footer, .extra { display: none; } /* don't print these, ever */
img { border: none } /* turn off all image borders */
.imageRight {
	float: right;
	margin: 0 0 1em 1em;
	}
.imageLeft {
	float: left;
	margin: 0 1em 1em 0;
	}
a { text-decoration: underline }
a:link, a:visited, a:active, a:hover { color: #000; background-color: #fff; }
dl dt { font-style: italic; }
.imageCaption {
	font-size: smaller;
	margin: 1em 0;
	}
/* End of 'xprint' */

