/****************************
   print.css
   (C) Mangrove 2008
   Print style properties
*****************************/

body {
	font: 0.8em Arial, Verdana, sans-serif;
	color: #013220;
	background: #fff;
}

h1 {
	color: #013220;
	font-size: 1.2em;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
}

a {
	color: #013220;
	text-decoration: underline;
}

img {
	border: 0;
}	
	
table {
	text-align: left;
}

.menu, .header-image, .header p, .submenu, .subsubmenu, .secondary {
	display: none;
}

.footer{
	border-top:1px solid #ccc;
	margin-top:50px;
}

