
/* print style sheet */


body {


font-size:10pt;

}


#printlogoholder {

display:block;
margin:0em;
margin-bottom:0.8em;

}




p {


font-size:10pt;
line-height:14pt;


}




/* printheader h1 text not being used */


h1.printheader {


display:block;
font-size:18pt;
color:#000000;
margin:0.0em;
margin-bottom:0.8em;
text-transform:uppercase;
letter-spacing:3pt;
border-top:0.5pt solid #000;
border-bottom:0.5pt solid #000;

}




h1, h2, h3, h4 {


font-family:Arial, Helvetica, sans-serif;

}



h1 {


font-size:17pt;

}



h2 {


font-size:15pt;

}



h3 {


font-size:13pt;

}


h4 {


font-size:11pt;

}





table {


border:0.5pt solid #666;


}



th, td {


border:0.5pt solid #666;
padding:4pt;


}



tr {

page-break-inside: avoid;


}




#header {

	display:none;
	
	}



#topnav {

display:none;

}




#sidenav {


display:none;

}



#footer {

display:none;

}






.featurecontent {

border:1pt dashed #000;
padding:2pt;


}



.image_left {


float:left;
margin:0px;
margin-right:10pt;


}



.image_right {


float:right;
margin:0px;
margin-left:10pt;

}

div#print {

display:none;

}