<!--

html  {
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #012732;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('oggetto.jpg');
	background-attachment: fixed;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	width: 95%;
}

/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	text-align: left;
	font-size: 12px;
	color: Gray;
}

.testa div {
   padding-top: 5px;
}

.testa a:link,  .testa a:visited  {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
	
.testa a:hover {
	color: White;
	font-weight: bold;
}

.testa a:active {
	color: #003FD8;
	text-decoration: none;
	font-weight: bold;
}

.testa strong {
	color: White;
}


/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #003FD8;
}

.barra ul {
	float: right;
	white-space: nowrap;
	margin-top: 0px;
}

.barra li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 20px;
	background-image: url('barrapagina_off.jpg');
}

.barra li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #003FD8;
	padding-top: 2px;
	padding-bottom: 2px;
} 


.barra a:link, .barra a:visited {
	color: Silver;
	text-decoration: none;
} 

.barra a:hover {
	color: White;
	background-image: url('barrapagina_on.jpg');
}

.barra a:active {
	color: #003FD8;
	text-decoration: none;
} 

.barra strong {
	color: White;
}

.barra s {
	color: Gray;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	color: Silver;
	font-size: 10px;
	font-weight: bold;
}

.menu ul {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
	float: left;
}

.menu li a {
	/*display: block;*/
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
} 

.menu li a:link, .menu li a:visited {
	color: Silver;
	text-decoration: none;
} 

.menu li a:hover {
	color: White;
	background-color: transparent;
}

.menu li a:active {
	color: #003FD8;
	text-decoration: none;
} 

.menu strong {
	color: #003FD8;
}

.menu s {
	color: Gray;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
	clear: both;
}

.icone ul {
	margin-top: 7px;
	margin-bottom: 0px;
   margin-left: 5%;
	margin-right: 5%;
	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 #003FD8;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg0strong  {
	border: 1px solid White;
	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 #003FD8;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.jpg0s, .jpg1s {
	border: 1px solid Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1    {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #003FD8;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: Silver;
}

.titolo2 h1     {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1 {
   margin-left: 5%;
	margin-right: 5%;
	line-height: 150%;
	text-align: justify;
}

.corpo2    {
	margin-left: 5%;
	margin-right: 5%;
	line-height: 150%;
	text-align: center;
}


a:link, a:visited {
	color: White;
	text-decoration: none;
} 

a:hover, a:active {
	color: #003FD8;
	text-decoration: underline;
}

.grande {
	font-size: 20px;
	color: #003FD8;
	font-weight: bold;
}

.medio {
	font-size: 16px;
	color: #003FD8;
	font-weight: bold;
}

.normale     {
}

.piccolo     {
	font-size: 10px;
}

.messaggio   {
	font-size: 20px;
	color: #003FD8;
	font-style: italic;
	font-weight: bold;
}

.campo       {
	font-size: 12px;
	font-style: italic;
}

.stile1      {
	font-size: 20px;
	color: Silver;
	font-weight: bold;
	font-style: italic;
}

.stileon {
	color: #003FD8;
}

hr {
	border: solid #003FD8;
	border-width: 2px 0px 0px 0px;
	clear: both;
	line-height: 0px;
}

.immagine    {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.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: 2px solid #003FD8;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #003FD8;
	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;
	padding: 5px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	color: #B22222;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFA500;
	background-color: #FFFACD;
}

/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 10px;
	text-align: right;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	color: Black;
	text-align: right;
}

.piede div {
	position: relative;
}

.piede a:link,  .piede a:visited  {
	color: Silver;
	text-decoration: none;
}
	
.piede a:hover {
	color: White;
}

.piede a:active {
	color: #003FD8;
	text-decoration: none;
}

.piede strong {
	color: White;
	font-weight: normal;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 10px;
	text-align: center;
	padding-bottom: 20px;
}

.coda a:link, .coda a:visited {
	color: Silver;
	text-decoration: none;
}

.coda a:hover {
	color: White;
	text-decoration: underline;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	border-top: 2px solid #003FD8;
	padding-top: 4px;
	text-align: right;
}

.lingue img  {
	padding-left: 0px;
	padding-right: 3px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	color: Gray;
	font-size: 10px;
	float: left;
	padding-left: 7px;
	padding-top: 3px;
}

.percorso a:link, .percorso a:visited {
	color: Silver;
	text-decoration: none;
}

.percorso a:hover {
	color: White;
	text-decoration: underline;
}


/*
************************************************************
                        FRAMESET
************************************************************
*/

.frameset {
	float: right;
	color: Gray;
	font-size: 10px;
	visibility: hidden;
	width: inherit;
	padding-right: 7px;
	padding-top: 3px;
}

.frameset a:link, .frameset a:visited {
	color: Silver;
	text-decoration: none;
}

.frameset a:hover {
	color: White;
	text-decoration: underline;
}



/*
************************************************************
                  FLORMARTBAGSSTRISCIA : ESCLUSIVO
************************************************************
*/

#flormartbagsstriscia {
	height: 20px;
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}


-->