/* print styles */
BODY {
	font-family: monospace; 
	color: red; 
	background: white; 
	font-size: 8pt; 
	float: none; 
	margin: 0 0%; 
	margin-top: 2px;
	width: auto; 
	}


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

/* Keep using monospace here to allow lining up of characters */	
p {
	color: black;
	font-size: 100%; 
	text-align: left;
	font-family: monospace;
	}

A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline; 
	font-weight: bold;
	}

H1, H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: white; 
	color: black; 
	padding-bottom: 1px; 
	border-bottom: 4px solid gray; 
	font-size: 14pt;
	}

H4, H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: white; 
	color: #333333; 
	font-size: 10pt;
	}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: white; 
	color: blue; 
	font-size: 8pt;
	float: none; 
	margin: 0 5%; 
	width: auto; 
	/* important for decent line spacing */
	margin-bottom : 1em;
	}

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

.headerimage{
	display: none;
	}

.imagehead{
	display: none;
	}


.menu {
	display: none;
	}
	
.footer {
	display: none;
	}


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

textarea	{	
	width: 90%;
	height: auto;
	margin-right: 4%;
	padding-left: 6px;
	border: 2px outset #666666;
	font-size: 100%;
	color: blue;
	font-family: Courier New, fixed-pitch;
	background-color : #dddddd;
	}
	
	
td.highlight1 {
	color: black; 
	background: #ffff99;
	font-weight: bold;
	text-align: center;
	width: 4%;
	}
	
td.highlight2 {
	color: red; 
	font-weight: bold;
	text-align: center;
	width: 4%;
	}
	