@charset "iso-8859-1";

html,body{margin= 0; padding:0}

			/* Definisco le regole per il corpo del documento */

body { 
	background: #ffffff; 		/* bianco */
	color: #000080; 		/* navy */   
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	text-align: center;
}

div#header {
	background-image: url(../images/LogoSito.jpg);
	background-repeat: no-repeat;	 
	background-position: top left;
	height: 150px;
	border-width: 0 0  2px 0;
	border-style: solid;
	border-color: #D2D3E5;   	/* rosso titoli */	
}

div#container {
	width: 760px;
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	border-color: #6665A1;   	/* viola scuro del logo */
}

div#content {
	padding: 1em 10px;
	background-image: url(../images/sfondosmall.jpg);
	background-repeat: no-repeat;	 
	background-attachment: fixed;
	background-position: top top; 
}


				/* Titolo pagine */
div#content h1 {
	font-size: 18pt; 
	margin-top:0pt;
	margin-right:0cm;
	margin-bottom:6pt;
	margin-left:0cm;
	text-align:center;
	color: #B00A58; 		/* rosso dei titoli */
}

div#content h2 {
	font-size: 1.4em; 
	margin-top:10pt;
	margin-right:0cm;
	margin-bottom:10pt;
	margin-left:0cm;
	text-align:center;
}

div#content h3 {
	font-size: 1em; 
	margin-top:5pt;
	margin-right:0cm;
	margin-bottom:0pt;
	margin-left:0cm;
	text-align:center;
	text-decoration: none;
}

div#content h3#hl {
	margin-top:30pt;
	text-align:center;
	text-decoration: none;
}


				/* Paragrafo generico */
div#content p {
	margin-top:6pt;
	margin-right:0cm;
	margin-bottom:0pt;
	margin-left:0cm;
	text-align:left;
}

div#content p#gras {
	margin:5 0 0 0 ;
	text-align:left;
	font-size: 1.2em;
	font-style: bold;
}

a{
	color: #B00A58; 		/* navy */   
	text-decoration: none;
	font-weight: bold;
	font-style: bold;
}

div#content fieldset{
	width: 630px;
	text-align: left;
	color: #000080;
	padding: 1em;
}

div#content legend{
	font-weight: bold;
}

div#content p#txt{
text-align:left;
margin-top: 20px;
margin-left:0;
margin-bottom:30px;
margin-right:0;

}
