/* print styles */
BODY {
	font-family: "MS Serif", "New York", serif; 
	color: green; 
	background: white; 
	font-size: 8pt; 
	float: none; 
	margin: 0 0% 0; 
	width: auto;
	
}



P, li {
	font-size: 10pt;
	color: black;

}

A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline; 
	font-weight: bold;
}

H1, H2, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px; 
	border-bottom: 4px solid gray; 
	font-size: 14pt;
}

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; }

.maintable{
	width : 95%;
	border : White;
}

.insidetable {
	border : White;
}

.leftcolumn {
	display: none;
}

.bottomrow {
	display: none;
}

.toprow {
	display: none;
}

