/* CSS Document */

/* print styles */


BODY {
	background: white;
	white-space: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

A:link, A:visited {
	text-decoration: underline;
}
DIV.banner {
	display: none;
}
.bodyprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
DIV.side {
	display: none;
}


