/* Print style sheet */

body { 
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman",
	Times, serif;
	font-size : 12pt;
	margin: 0;
} 

div#logo, div#topnav, div#section1, div#header, div.breadcrumbs	{
	display: none;
}

div#wrapper	{
	background-color: white;
}

div#content	{
	width: 650px;
	float: none;
}

#content table	{
	page-break-inside: avoid;
	page-break-after: always;
}