/* print styles */
BODY {font-family: "MS Serif", "New York", serif; 
color: black; 
background: white; 
font-size: 8pt; 

margin-left: 0;
 zoom : 85%;
}

P {
font-size: 10pt;
color: black;
}

A:link, A:visited {background: white; 
color: black; 
text-decoration: underline; 
font-weight: bold;
}

H1, H2 {background: white; 
color: black; 
padding-bottom: 1px; 
border-bottom: 4px solid gray; 
font-size: 14pt;
}

H3, H4, H5 {background: white; 
color: blue; 
font-size: 12pt;
}

H6 {background: white; 
color: Black; 
font-size: 9pt;
float: none; 
margin: 0 5%; 
width: auto;
 margin-bottom : 1em;
 }

i { color : gray; }

.leftcolumn {
	display: none;
}
.bottomrow {
	display: none;
}

.maintable {
	
	border : none Black;
}

