/* print styles */

body, td, li {
	background:white;
	font-size:11pt;
	font-family:Arial, sans-serif;
	color:black;
	width:auto;
	vertical-align:top;
	}
	
.header, .header2 {
	background:white;
	font-size:13pt;
	font-family:Arial, sans-serif;
	font-weight:bolder;
	color:black;
	width:auto;
	vertical-align:top;
	}
	
.header3, .header4 {
	display:none;
	}

a:link, a:visited {
	color:black;
	background:white;
	font-weight:bold;
	text-decoration:underline;
	}	
	
DIV#heading, DIV#toc, DIV#copyright_info, DIV#printPage {
	display:none;
	}
	

