/*--------------------------------------------------
	Ipack-Ima S.P.A.
	Name:		print.css
	Date:		09 Maggio 2005
	Version:	1.0
	Authors:	Eventi Telematici SRL
	Support:	xhtml 1.0
---------------------------------------------------*/

 
/*--------------Struttura---------------------- */
body {	
	padding:0;
	margin:0 auto;
	border:0;
	font-family: Times New roman, Verdana, Arial, SunSans-Regular, sans-serif; 
	color:#0D487D;
	background:#FFF;
	line-height:140%;
	border-right:1px solid #000;
	border-left:1px solid #000;
	width:770px;
}
ul.testo{
	list-style-type:square;
	line-height:160%;
	margin:0.5em;
	padding:0;
}
li.testo{
	font-size:11px;
	color: black;
	margin:0.5em;
	padding:0;

}

h1 { color: #B50011; font-size: 16pt; }
p { color: black; font-size: 12pt; }
span.small { color: black; font-family: Verdana;font-size: 9px; font-weight: normal; text-align: center; line-height:120% }
span.selected {text-decoration: none; color: #b43426}

/*Link--------------------------------------*/
a:link {text-decoration: none; color: #b43426}
a:visited {text-decoration: none; color: #b43426;}
a:hover {text-decoration: underline; color: #002C54;}

#header {
	display:block;
	padding:0;
	margin:0; 
	background:#FFF;
	}
#content-box {
	border:0 none; 
	padding:0; 
	margin:0;
	background-image:url(/images/common/bg_contbox.gif);
	background-repeat:repeat-y;
	}
#left, #right{
	display:none;
	}
#content {
	display:block; 
	border:0; 
	padding:0;
	padding-top:20px; 
	margin:0 0 0 20px;
	padding-right:20px;
	}
.alright{
	text-align:right;
	}
.alleft{
	text-align:left;
	}
.alcenter{
	text-align:center;
}
