<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: White;
	background-image: url(sfondo.gif);
}


/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 383px;
	background-color: #F0F0F0;
	height: 25px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.testa div {
	padding-right: 15px;
	padding-top: 3px;
	}


.testa A:link,  .testa A:visited  {
	color: Black;
	text-decoration: none;
	font-weight: normal;
}
	
.testa a:hover, .testa a:active {
	color: #FF8C00;
	font-weight: normal;
}

.testa strong {
	color: #FF8C00;
	font: normal;
}


/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	width: 100%;
	background-color: transparent;
	background-image: url(filigrana_off.gif);
	height: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid #FF8C00;
}

.barra ul {
	float: right;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.barra li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 20px;
}

.barra li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
} 


.barra a:link, .barra a:visited {
	color: Gray;
	text-decoration: none;
	background-image: url(filigrana_off.gif);
	font-weight: bold;
} 

.barra a:hover, a:active{
	color: #FF8C00;
	background-image: url(filigrana_on.gif);
}

.barra strong {
	color: #FF8C00;
	font-weight: bold;
}

.barra s {
	color: Purple;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8A853E;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	height: 370px;
}

.menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
}

.menu li a {
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
} 

.menu li a:link, .menu li a:visited {
	color: #696969;
	text-decoration: none;
	background-image: url(filigrana_off.gif);
} 

.menu li a:hover, a:active {
	color: #FF8C00;
	background-image: url(filigrana_on.gif);
}

.menu strong {
	color: #FF8C00;
	font-weight: bold;
}

.menu s {
	color: Silver;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 250px;
}

.icone ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
}

.icone li {
	display: inline;
}

.gif0, .gif0strong  {
	border: 0px;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.gif1, .gif1strong  {
	border: 0px;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.gif0s, .gif1s  {
	border: 0px;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

.jpg0  {
	border: 1px solid Silver;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.jpg0strong  {
	border: 1px solid Red;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid White;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 1px solid White;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.jpg0s, .jpg1s {
	border: 1px solid Silver;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1, .titolo2 h1     {
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted Silver;
}


/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1, .corpo2  {
	margin-left: 200px;
	padding-left: 0px;
	padding-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10px;
	text-align: justify;
	line-height: 170%;
}

a:link, a:visited {
	color: #FF8C00;
	text-decoration: none;
} 

a:hover, a:active {
	color: #FFD700;
	text-decoration: none;
}

.grande {
	font-size: 14px;
	font-weight: bold;
}

.medio {
	font-size: 12px;
	font-weight: bold;
}

.normale     {
}

.piccolo     {
	font-size: 9px;
}

.messaggio   {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.campo       {
	font-style: italic;
}

.stile1      {

}

.stileon {
	color: Red;
}

hr {
	border-bottom: 1px dotted Silver;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	/*clear: both;*/
	line-height: 0px;
}

.immagine    {
	text-align: center;
	margin-top: 10px;
	/*clear: both;*/
}

.immagineright {
   float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immagineleft {
   float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immaginedisponi {
	float: left;
	text-align: center;
	width: 130px;
	height: 90px;
	margin-right: 100px;
	vertical-align: middle;
}

.jpg {
	border: 1px solid #FF8C00;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #FF8C00;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 5px;
}

.corpo0 ul, .corpo1 ul, .corpo2 ul  {
	list-style-type: square;
	margin-bottom: 0px;
}

/*
************************************************************
                     MESSAGGIOERRORE
************************************************************
*/

.messaggioerrore    {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
	font-size: 10px;
	font-weight: bold;
}


/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 10px;
	text-align: right;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
   position: relative;
	float: right;
	top: -25px;
	right: 0px;
	width: 383px;
	left: auto;
	background-color: #F0F0F0;
	height: 25px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.piede a:link,  .piede a:visited  {
	color: Black;
	text-decoration: none;
}
	
.piede a:hover, .piede a:active{
	color: #FF8C00;
	text-decoration: none;
}

.piede strong {
	color: #FF8C00;
	font-weight: normal;
}

.piede div {
	padding-right: 15px;
	padding-top: 3px;
	}
	
/*
************************************************************
                         CODA
************************************************************
*/

.coda {
   clear: both;
	position: relative;
	padding-left: 210px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	text-align: left;
	margin-top: -20px;
}

.coda a:link, .coda a:visited {
	color: Gray;
	text-decoration: none;
}

.coda a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 70px;
}

.lingue img  {
	padding-left: 8px;
	padding-right: 0px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 10px;
	float: right;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.percorso a:link, .percorso a:visited {
	color: Gray;
	text-decoration: none;
}

.percorso a:hover {
	color: #FF8C00;
	text-decoration: none;
}

.percorso strong {
	font-weight: normal;
}


/*
************************************************************
                        FRAMESET
************************************************************
*/

.frameset {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 10px;
	visibility: hidden;
	width: inherit;
	margin-left: 200px;
	padding-bottom: 3px;
}

.frameset a:link, .frameset a:visited {
	color: Silver;
	text-decoration: none;
}

.frameset a:hover {
	color: #FF8C00;
	text-decoration: underline;
}


/*
************************************************************
                 LOGOVERTICALE : ESCLUSIVO
************************************************************
*/

#logoverticale {
	position: absolute;
	right: 10px;
	top: 150px;
	border: 0px none;
}

/*
************************************************************
                 barterTESTA : ESCLUSIVO
************************************************************
*/

#bartertesta {
	height: 100px;
	background-image: url(bartertesta.jpg);
}
/*
************************************************************
                 barterSTRISCIA : ESCLUSIVO
************************************************************
*/

#barterstriscia {
	background-color: transparent;
	background-image: url(filigrana_off.gif);
	height: 20px;
	clear: both;
	margin-top: 5px;
	border-bottom: 1px solid #FF8C00;
}

/*
************************************************************
                 barterCODA : ESCLUSIVO
************************************************************
*/

#bartercoda {
	background-color: #F1F1F1;
	height: 80px;
	clear: both;
	background-image: url(bartercoda.jpg);
}

-->
