/*stili specifici per il layout di impaginazione*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
		}
		
div#main{
	width: 900px;
	height: 480px;
	margin:auto;
	padding:0;
	}

div#header{
	color: #000;
	height: 123px;
	width: 100%;
	padding: 0px;
	margin-bottom:100px;
}


div#pagina{
	clear: both;
	position: absolute;
	width: 898px;
	background-image: url(../immagini/grafica/background_pagina.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
	background-color: #FFFFFF;
}
div#top{
	display: none;	
	}
td#logo{
	padding-right: 50px;
	}
#logo a{
	display:none;
}


td#nascosto_stampa{
visibility:hidden;
}

div#content{
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin: 0px;
}
div#box_content{
	margin: 0px;
	padding: 10px;
}

div#copyright{
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	clear: both;
	width: 101%;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	}
div#blank{
	clear: both;
	width:100%;
	height: 1px;
	}
blockquote{
	width:400px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
}
blockquote p{
	margin:0;
	font-weight:bold;
	color: #444;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150.01%;
}

cite{
	display:block;
	color:#7E574E;
	text-align:right;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 200px;
	margin-left:200px;
}
p {
	margin:0;
	color: #4B4B4B;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 130.01%;
	text-indent: 10px;
}
p em{
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 90.01%;
	
}
p a{
	color: #00004A;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	
}
strong{
	color: #97312F;
	text-decoration: none;
	}
#rullino{
	display:none;
		}

