/* Foglio di stile principale */
body {
  background-image:url(img/reg.gif); 
  background-repeat:repeat;
  height:100%; 
  margin:0px;
  padding:0px;
  font-family:verdana,"baskerville old face","bookman old style",sans-serif;
}

table {
  font-weight:bold;
}

tr.intestazione {
  font-size:24px;
}

p {
  font-size:18px; 
  margin:10px 10px 16px 10px;
}

p.piccolo {
  font-size:12px;
}

div.colonna_news p {
  font-size:12px;
}

.spento_amm {
  background-image:url(img/puls_amm.gif); 
  background-repeat:no-repeat;
  position:relative; 
  width:165px; 
  height:26px; 
  cursor:pointer;
}

.acceso_amm {
  background-image:url(img/puls_amm_over.gif); 
  background-repeat:no-repeat;
  position:relative; 
  width:165px; 
  height:26px; 
  cursor:pointer;
}

.spento {
  background-image:url(img/puls_base.gif);
  background-repeat:no-repeat;
  position:relative; 
  width:165px; 
  height:26px; 
  cursor:pointer;
}

.acceso {
  background-image:url(img/puls_base_over.gif); 
  background-repeat:no-repeat;
  position:relative; 
  width:165px; 
  height:26px; 
  cursor:pointer;
}

/* Dichiarazioni usate per il GG */
p.medio {font-size:14px;}

p.medio-grassetto {font-size:14px; font-weight:bold;}

p.medio-corsivo {font-size:14px; font-style:italic;}
/* Fine dichiarazioni per il GG */

p.centrato {text-align:center;}

p.corsivo {font-style:italic;}

p.grassetto {font-weight:bold;}

.area_riservata {font-size:10px; font-weight:bold;}

.testo_barra {font-size:16px;}

.titolo_piccolo {font-size:14px;}

.titolo_grande {font-size:24px; font-weight:bold;}

.rosso {color:red;}



a {color:#000000; text-decoration:underline;}

a:hover{color:#DD0000; text-decoration:underline;}

a.barra {color:#FFFFFF; text-decoration:none;}

a.barra:hover {color:#FF0000; text-decoration:none;}

a.barra_amm {color:#FFFFFF; text-decoration:underline;}

a.barra_amm:hover {color:#FFFFFF; text-decoration:underline;}

a.under:link, a.under:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.under:hover {
	text-decoration:underline;
}

