/********************************************************
   print.css
   (C) Cordares 2007
   Style properties for print
********************************************************/

body
{
	min-width: 100%;
	font: 100%/120% Arial, Verdana, sans-serif;
	background: #fff;
	font-size: 0.75em;
	line-height: 14pt;
}

h2#heading_text
{
	font: italic 1.5em Georgia;
	border-bottom: 1px solid #d8d5c8;
}

div#content_secundary, div#footer, div#header
{
	display: none;
}

img#logoprint
{
	display: block;
}

div#content_secundary_text
{
	width: 650px;
}