/* CSS Document */

body{
	width:650px; /* 650 is the width that will print 100% on an average printer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}

.breakhere {page-break-before:always; page-break-inside:auto;}
table{page-break-inside:auto;}
.noprint {display: none;}
.printonly {display: block;}
.body_copy {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5 
}




