@media print {
body {
background: #ffffff;
color: #000000;
font: 10pt Arial, Helvetica, sans-serif;
padding: 0 ;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
margin-bottom: 0.2em;
text-align: left;
}

h1 {
font-size: 16pt;
}

h2 {
font-size: 12pt;
}

h3 {
font-size: 10pt;
}

h4 {
font-size: 10pt;
}

h5 {
font-size: 10pt;
}

h6 {
font-size: 10pt;
}

p, a, a:hover, a:visited  { 
font-size: 10pt;
text-align: left;
color: #000000;
margin-top: 0;
margin-bottom: 1em;
}



#nav, .arrup {
visibility: hidden; display: none; 
}



/* table formatting   */



.details table,.details td,.details th {
	border-color: #000000;

}

/* end */
}