/*-------------------------------------------
ASHAM
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Print setup styles
Filename:		asham-print.css
Theme Name:     
Theme URI:      http://www.intersezione.com
Version:		1 beta
Date:			set 4, 2007
Author:         Intersezione srl
Company:        Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

body {
	background: white;
	font-size: 10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

@page {
  margin: 20mm 15mm 20mm 15mm;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #000; 
	text-decoration: underline;
}

div#accessibile, div#header, div#navigazione, div#info{
	display:none;
	visibility:hidden;
}

div#print{
	width:95%;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	float:left;
	clear:both;
}

div#print img{
	float:left;
	vertical-align:middle;
	padding-right:1em;
}

div#print p{
	font-size:13pt;
	line-height:1.5em;
}

div#content{
	border-bottom:double 3px #000;
	margin:20px 0;
	width:95%;
	float:left;
	clear:both;
}

div#content h3{
	font-size:14pt;
	font-weight:bold;
}

div#content h4{
	font-size:11pt;
	font-style:italic;
	margin-top:-10px;
}

div#content p{
	font-size:10pt;
	line-height:1.5em;
}

div#content img{
	padding:10px;
	vertical-align:middle;
}

div#footer{
	text-align:center;
	font-size:8pt;
	padding-top:1em;
	line-height:1.5em;
	width:95%;
	float:left;
	clear:both;
}