/* print styles */

/* This gives the overall margin settings and is crucial */
.wholetable {
margin-right: 1%;  
width: auto; 
}


BODY {font-family: Arial, Helvetica; 
background: white; 
/*margin: 0 2% 0% 1%;*/
margin-right: 2%;  
width: auto; 
}

/* Vital to get the width correct for printing */
#wrapper {
	width: 95%;
	margin: 5px auto auto;
	border: 1px solid #888;
	text-align: left;
	}



P {
font-size: 10pt; 
color: black; 
margin-right: 2%; 
width: auto; 
}


ol {
font-size: 10pt; 
color: navy; 
margin-right: 5%; 
width: auto; 
}

ul {
font-size: 10pt; 
color: navy; 
margin-right: 5%; 
width: auto; 
}

i {
color: gray;
}

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: 18pt;
}

H4 {background: white; 
color: blue; 
font-size: 16pt;
padding-bottom: 1px; 
border-bottom: 4px solid gray; 
margin-right: 5%; 
}

H5 {background: white; 
color: blue; 
font-size: 14pt;
margin-right: 5%; 

}

H6 {background: white; 
color: black; 
font-size: 12pt;
float: none; 
margin-right: 5%; 

width: auto; 
}

.button {
	display: none;
}


.bottom {
	display: none;
}



.header {
	display: none;
}


}
