@charset "utf-8";
/*************** TAGS *********/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
form {
	margin:0px;
	padding:0px;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
h1 {
	width:300px;
	padding:0px 0px 5px 0px;
	margin:20px 0px 20px 15px;
	color:#66174F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.2em;
	font-weight:normal;
	border-bottom:1px dashed #999999;
}
h2 {
	color:#253C6B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}
h2 a{
	color:#253C6B;
}
h3 {
	color:#66174F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
}
h4 {
	color:#253C6B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
}
/*************** GENERICI *********/
.testo_piccolo {
	font-size:0.8em;
}
.testo_grigio {
	color:#999999;
}
.immagine_dx {
	float:right;
	margin:0px 0px 20px 20px;
}
.immagine_sx {
	float:left;
	margin:0px 20px 20px 0px;
}
.riga_orizzontale {
	height:10px;
	border-top:1px dashed #999999;
}
/*************** CONTAINERS *********/

#container_1 {
	width:850px;
}
#container_2 {
}
/*************** HEADER *********/

#header {
    display:none;
}
/*************** CORPO *********/
#corpo {
}
/*************** PAGINA *********/
#pagina {
}
/*************** HOME *********/
#home {
}
/*************** COLONNA DX *********/
#colonna_dx {
    display:none;
}
/*************** FOOTER *********/

#footer {
    display:none;
}

