body
{
  background-repeat: no-repeat;
  background-color: #3d3d3d;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-align: center;
  line-height: 1.8;
}



div.bg_header
{
  background-image:url(images/top.png);
  background-repeat: no-repeat;
  line-height: 1.5;
}



div.bg_body
{
  background-image:url(images/bg_main.png);
  background-repeat:repeat;
}



div.bg_footer
{
  background-image:url(images/bottom.png);
  background-repeat: no-repeat;
  line-height: 1.5;
}



div.titolo
{
  text-align: center;
  font-weight:bolder;
  font-size:14px;
  color:#0000FF;
}



div.testo
{
  text-align: justify;
  font-weight: normal;
}



div.testo_centrato
{
  text-align: center;
  font-weight: normal;
}



div.testo_sinistra
{
  text-align: left;
  font-weight: normal;
}



div.testo_sinistra_note
{
  text-align: left;
  font-weight: normal;
  font-size:9px;
}



div.testo_campo_obbligatorio
{
  text-align: center;
  font-weight: normal;
  color:#0000FF;
}



table.struttura
{
  vertical-align: top;
  border: 0px;
  margin: 0;
  padding:0;
  background-color: none;
  width: 980px;
}

table.struttura tr
{
  border:0;
  margin: 0;
  padding:0;  
}

table.struttura td
{
  vertical-align: top;
  border:0;
  margin: 0;
  padding:0;
  text-decoration : none;
  font-size : 12px;
  font-weight: regular;
}



a.link_testo:link
{
  text-align:left;
  color : #000000;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo:visited
{
  text-align:left;
  color : #000000;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo:active
{
  text-align:left;
  color : #000000;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo:hover
{
  text-align:left;
  color : #000000;
  text-decoration : underline;
  font-weight: regular;
}



a.link_testo_blu:link
{
  text-align:left;
  color: #0000FF;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo_blu:visited
{
  text-align:left;
  color : #0000FF;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo_blu:active
{
  text-align:left;
  color : #0000FF;
  text-decoration : none;
  font-weight: regular;
}
 
a.link_testo_blu:hover
{
  text-align:left;
  color : #0000FF;
  text-decoration : underline;
  font-weight: regular;
}

