/* print styles */
BODY {font-family: Arial, Helvetica; 
color: green; 
background: white; 
font-size: 8pt; 
float: none; 
margin: 0 0%; 
width: auto; 
}


/* Vital to get the width correct for printing */
#wrapper {
	width: 95%;
	margin: 1px auto auto;
	border: 1px solid #888;
	text-align: left;
	}



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: black; 
font-size: 10pt;
}

H6 {background: white; 
color: black; 
font-size: 8pt;
float: none; 
margin: 0 5%; 
width: auto; 
}

.copyright {
	font-size: 9px;
	color: #FF9900;
	font-weight: bold;
	margin: 0 5%; 
}

.headerimage{
	display: none;
	}

.leftcolumn {
	display: none;
}
.bottomrow {
	display: none;
}


.menupix td {
	font-family: inherit;
	font-size: 8pt;
	color: navy;
	text-align : center;
}


.imagerightmargin {
		float : left;
	margin-right : 20px;
	margin-left: 5%; 
}