/********************************************************
   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-size: 1.2em;
}

a 
{
	color: #013220;
	text-decoration: underline;
}

img
{
	border: 0;
}	
	
table
{
	text-align: left;
}

div#header p, ul#main_menu, div#flashheader, div#footer, div#content_video_news, ul#news_categories, ul.chunks, div#video_player
{
	display: none;
}