@media print {

body {			  font-size: 10pt; margin:auto; 	}


          
body, p, h1, h2, h3, .small
				{ 
				  	color: black; 
					background: white;
					}
					
h1 {font-size: 14pt; }
h2 {font-size: 12pt; }
h3 {font-size: 11pt; }

p, ul, li, h4 {font-size: 10pt; }



.widecolumn, .splitcolumnwrap {
width: 100%;
border: none;
margin:auto;
padding: inherit;
page:auto;
clear: both;
}

#printheader {color: black; display:block; }


 
.splitcolumna { float: none;}
.splitcolumnb {  float:none; }


 
#wrappertop, #leftcolumn {
					display:none;
				}


			
}