/****************************
   print.css
   (C) Mangrove 2008
   Print style properties
*****************************/

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial;
	color: #32243d;
	background: #fff;
}

h1 {
	color: #50a9b6;
	font-size: 1.2em;
}

h1 a {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
}

a {
	color: #50a9b6;
	text-decoration: underline;
}

img {
	border: 0;
}	
	
table {
	text-align: left;
	width: 100%;
	margin: 0 0 0.9em;
}

table td {
	text-align: right;
}

div#right, div#left, form#form_contact, div#header, div#footer {
	display: none;
}