/* online map print styles*/

<style type="text/css" media="print, projection">
	body {font-family: sans-serif}
	#links {text-decoration: none}
	#inline {border: 0px}
	#links {color: black}
	#hideprint {display: none}
	#instruction {display: none}
	#lpmap {page-break-after: always}
	#notes {margin: 30px; page-break-before: never; page-break-after: never}

 </style>