<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	background-image: url(oggetto.gif);
	background-color: White;
}

/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	background-color: #FEE5B2;
	height: 20px;
	background-image: url(testa.gif);
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	color: Navy;
}

.testa a:link,  .testa a:visited  {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
}
	
.testa a:hover, .testa a:active {
	color: #00BFFF;
	font-weight: bold;
}

.testa strong {
	color: Red;
}

/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	width: 100%;
	background-color: #FFF4CD;
	height: 20px;
	background-image: url(barra.gif);
	font-weight: bold;
	font-size: 12px;
	border-bottom-color: #FEE5B2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.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;
	background-image: url(barra.gif);
	border-left-color: #FFFAEA;
	border-left-style: solid;
	border-right-color: #ECC575;
	border-right-style: solid;
	border-top-color: #FFFAEA;
	border-top-style: solid;
	border-bottom-color: #ECC575;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-right-width: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
} 


.barra a:link, .barra a:visited {
	color: Navy;
	text-decoration: none;
} 

.barra a:hover, .barra a:active{
	color: #00BFFF;
	background-image: url(barra_on.gif);
}

.barra strong {
	color: Red;
}

.barra del {
	color: Purple;
}

/*
************************************************************
                          PULSANTI
************************************************************
*/

.pulsanti {
	float: right;
	font-size: 10px;
	color: #97CDF3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.pulsanti ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.pulsanti li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #97CDF3;
}

.pulsanti li a {
	display: block;
} 

.pulsanti a:link, .pulsanti a:visited {
	text-decoration: none;
	color: Navy;
} 

.pulsanti a:hover, .pulsanti a:active{
	color: #FF8C00;
}

.pulsanti strong {
	color: #FF8C00;
}

.pulsanti .stop {
	color: Red;
	font-weight: bold;
	text-decoration: blink;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	float: left;
	color: Navy;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
}

.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;
	background-image: url(chiaro.gif);
	background-color: transparent;
	margin-top: 4px;
} 

.menu li a:link, .menu li a:visited {
	color: Navy;
	text-decoration: none;
} 

.menu li a:hover, menu a:active {
	color: #FF8C00;
	background-image: url(scuro.gif);
	background-color: transparent;
}

.menu strong {
	color: Red;
}

.menu del {
	color: Silver;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
	clear: left;
	margin-top: 10px;
	width: 200px;
	padding-top: 0px;
	font-size: 13px;
	height: 450px;
	overflow: auto;
}

.icone ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.icone li {
   float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0px;
}

.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 #B5E2F7;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg0strong  {
	border: 1px solid #FF8C00;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid #FF8C00;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 1px solid #FF8C00;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg0del, .jpg1del {
	border: 1px solid Purple;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 300px;
}

.lingue img  {
	padding-left: 0px;
	padding-right: 8px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	color: Gray;
	font-size: 10px;
	float: left;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-top: 3px;
}

.percorso a:link, .percorso a:visited {
	color: #2B8EF6;
	text-decoration: none;
}

.percorso a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

/*
************************************************************
                         IMMAGINE
************************************************************
*/

.immagine    {
	margin-left: 200px;
	margin-right: 50px;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1    {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
   color: Navy;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom-color: #FEE5B2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.titolo2 h1, .titolo3 h1     {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
   color: Navy;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1 {
	color: Navy;
	font-size: 10px;
	text-align: justify;
	line-height: 170%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.corpo2, .corpo3 {
	color: Navy;
	font-size: 10px;
	text-align: justify;
	line-height: 170%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}


a:link, a:visited {
	color: #FF8C00;
	text-decoration: none;
} 

a:hover, a:active {
	color: #00BFFF;
}

.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;
}

.box1 {
	float: left;
	width: 50%;
	text-align: left;
	border: 1px none #008551;
	padding-top: 0px;
}

hr {
	border: solid #FEE5B2;
	border-width: 2px 0px 0px 0px;
	/*clear: both;*/
	line-height: 0px;
}

.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 #85C4E4;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #B5E2F7;
	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;
}

/*
************************************************************
                     FRAMELINK
************************************************************
*/

.framelink    {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 500px;
}

/*
************************************************************
                         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 {
	background-color: #FEE5B2;
	height: 20px;
	background-image: url(piede.gif);
	border-bottom: 1px solid #FEC958;
	padding-left: 15px;
	font-size: 12px;
	color: Navy;
}

.piede a:link,  .piede a:visited  {
	color: #00008B;
	text-decoration: none;
}
	
.piede a:hover, .piede a:active{
	color: #00BFFF;
}

.piede strong {
	color: Red;
	font-weight: normal;
}

.piede div {
	padding-right: 15px;
	padding-top: 2px;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
	padding-right: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	text-align: right;
	margin-top: 5px;
}

.coda a:link, .coda a:visited {
	color: Gray;
	text-decoration: none;
}

.coda a:hover, .coda a:active{
	color: #FF8C00;
	text-decoration: underline;
}

/*
************************************************************
                         CREDITS
************************************************************
*/

#credits {
	font-size: 10px;
	color: #1E90FF;
	text-align: left;
	padding: 5px;
}

#credits .webdesign, #credits .webdesign a {
	color: #1E90FF;
	text-decoration: none;
	visibility: visible;
}

#credits .home, #credits .home a {
	color: #1E90FF;
	text-decoration: none;
	visibility: hidden;
}

#credits .web {
	color: #1E90FF;
	text-decoration: none;
	visibility: hidden;
}

/*
************************************************************
                 LOGOVERTICALE : ESCLUSIVO
************************************************************
*/

#logoverticale {
	position: absolute;
	right: 10px;
	top: 150px;
}

/*
************************************************************
                  cont0,1,2,3 : Esclusivo
************************************************************
*/

#cont0, #cont1, #cont2, #cont3 {
	width:99%;
	margin:0px;
	padding:0px;
}

#cont1, #cont3 {
}

#cont0, #cont2 {
}

#contmenuicone {
   float: left;
	width: 200px;
	height: 350px;
	border-right: 1px solid #B5E2F7;
}


/*
************************************************************
             urlsinistra, urldestra : Esclusivo
************************************************************
*/

#urlsinistra {
	position: absolute;
	right: 65px;
	top: 150px;
	width: 41px;
	height: 21px;
	text-align: center;
	visibility: hidden;
}

#urldestra {
	position: absolute;
	right: 35px;
	top: 150px;
	width: 41px;
	height: 21px;
	text-align: center;
	visibility: hidden;
}

/*
************************************************************
             #contcorpo : Esclusivo
************************************************************
*/

#contcorpo {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	border-left: 1px solid #B5E2F7;
}

/*
************************************************************
                 BANCAMERCITESTA : ESCLUSIVO
************************************************************
*/

#bancamercitesta {
	background-color: #64AFC4;
	height: 100px;
	background-image: url(bancamercitesta.gif);
	border-top-color: Aqua;
	border-top-width: 1px;
	border-top-style: solid;
}
/*
************************************************************
                 BANCAMERCISTRISCIA : ESCLUSIVO
************************************************************
*/

#bancamercistriscia {
	background-color: #96CBF3;
	height: 20px;
	clear: both;
	background-image: url(scuro.gif);
	border-top: 1px solid #FFE793;
}

/*
************************************************************
                 BANCAMERCICODA : ESCLUSIVO
************************************************************
*/

#bancamercicoda {
	background-color: #96CBF3;
	height: 60px;
	clear: both;
	background-image: url(bancamercicoda.gif);
	border-top-color: Aqua;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: Aqua;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*
************************************************************
                    FB : Forum Bacheca
************************************************************
*/

.FB {
	border: 1px solid #B5E2F7;
	text-align: left;
}

.FBtestaforum {
	background-image: url(scuro.gif);
	background-color: #D4DCE7;
	color: Navy;
}

.FBtestabacheca {
	background-image: url(scuro.gif);
	background-color: #D4DCE7;
	color: Navy;
}

.FBtestaforum a:link, .FBtestaforum a:visited, .FBtestabacheca a:link, .FBtestabacheca a:visited {
	color: Navy;
}

.FBtestaforum a:hover, .FBtestaforum a:active, .FBtestabacheca a:hover, .FBtestabacheca a:active {
	color: #00BFFF;
}

.FBtestaforum strong, .FBtestabacheca strong  {
	color: Red;
}

.FBcategoria {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
}

.FBcategoria ul {
	margin: 0px;
	padding: 0px;	
	white-space: nowrap;
}

.FBcategoria li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
}

.FBcategoria li a {
	display: block;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px; /*width: 200px;*/
	font-size: larger;
} 

.FBcategoriatesto {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 15px;
	color: Navy;
} 

.FBtempo {
	text-align: left;
}

.FBtempo a {
	padding-left: 15px;
	font-size: smaller;
}

.FBordinamento {
   float: right;
	text-align: right;
}

.FBordinamento a {
	padding-right: 15px;
	font-size: smaller;
}

.FBintestazioni {
	text-align: center;
	background-image: url(chiaro.gif);
	background-color: #E7E3D4;
	font-size: smaller;
	color: #00BFFF;
}

.FBscheda {
	padding-left: 15px;
	text-align: left;
	background-image: url(chiaro.gif);
	background-color: #E7E3D4;
	font-weight: bold;
	color: Red;
}

.FBchiaro {
}

.FBscuro {
	background-image: url(chiaro.gif);
	background-color: #E7E3D4;
}

.FBevidenziato {
	background-color: #FFF4CD;
}

.FBriservato {
	color: Red;
}

.FBnorecord {
	width: 100%;
	background-image: url(chiaro.gif);
	background-color: #E7E3D4;
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

.FBcodaforum {
	background-image: url(scuro.gif);
	background-color: #D4DCE7;
	color: Gray;
}

.FBcodabacheca {
	background-image: url(scuro.gif);
	background-color: #D4DCE7;
	color: Gray;
}

.FBcodaforum a:link, .FBcodaforum a:visited, .FBcodabacheca a:link, .FBcodabacheca a:visited  {
	color: Navy;
}

.FBcodaforum a:hover, .FBcodaforum a:active, .FBcodabacheca a:hover, .FBcodabacheca a:active {
	color: #00BFFF;
}

.FBcodaforum strong, .FBcodabacheca strong {
	color: #00BFFF;
}

.FBcodaforum span, .FBcodabacheca span {
	color: #00BFFF;
}

-->
