/********************************************************
   print.css
   (C) Mangrove 2007
   Style properties for print
********************************************************/

body {
	font: 0.8em Arial, Verdana, sans-serif;
	color: #013220;
	background: #fff;
}

h1, h2, h3, h4 {
	font: bold 1.2em 'Trebuchet MS';
	color: #0a914d;
}

a {
	color: #0a914d;
	text-decoration: underline;
}

img {
	border: 0;
}	
	
table {
	text-align: left;
}

div#header ul, div#header form, div#content_secondary, div#visitor_preferences, 
div#search_options, div#search_results, div#details_navigation, div#footer, form#form_mailing{
	display: none;
}
