/********************************************************
   print.css
   (C) Mangrove 2007
   Style properties for print
********************************************************/

body 
{
	font: 0.8em Georgia, Arial, sans-serif;
	color: #625759;
	background: #fff;
}

h1
{
	font-size: 1.2em;
	color: #c89b29;
}

h1 a 
{
	text-decoration: none;
}

h2
{
	font-size: 1em;
	color: #c89b29;
}

h3, h4 
{
	font-size: 0.9em;
	font-style: italic;
	color: #c89b29; 
}

a 
{
	color: #c89b29;
	text-decoration: underline;
}

img
{
	border: 0;
}	
	
table
{
	text-align: left;
}

div#header p, div#header ul, span.type, div#flash_video
{
	display: none;
}