html { overflow: scroll; }

/* body
--------------------------------------------------*/
body {
  margin:0px;
  padding:0px;
  background:#ffffff;
}

.sx_top {
	background-image:url(../images/ombra_sx.jpg); 
	background-repeat:repeat-y; 
	background-position:top left;
}

.dx_top {
	background-image:url(../images/disegno_dx.jpg); 
	background-repeat: no-repeat; 
	background-position:top right;
}

.dx {
	background-image:url(../images/ombra_dx.jpg); 
	background-repeat: repeat-y; 
	background-position:top right;
}

/* footer
--------------------------------------------------*/
.footer {
  margin:0;
  padding-top:3px;
  font-family:Verdana;
  font-size:11px;
  font-weight:normal;
  color:#ffffff;
  background-image:url(../images/footer.jpg); 
  background-repeat: no-repeat; 
  background-position:top;
}

.footer_link {
  font-family:Verdana;
  font-weight:normal;
  color:#ffffff;
}


/* links
--------------------------------------------------*/
.link{
  font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  color:#9f181d;
  text-decoration: underline;
}

a.link:active { text-decoration: underline;}

a.link:hover { text-decoration: underline;
}

a.link:link { text-decoration: underline;}

/* paragraphs
--------------------------------------------------*/
.titolo{
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#7f7f7f;
}

.testo{
  font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  color:#333333;
}

.testo_tab{
  font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  color:#333333;
}

/* menu
--------------------------------------------------*/
.titolo_menu{
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#484794;
  text-align:right;  
}

.voci_menu{
  font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  color:#000000;
  background:#eeeeff;
  text-align:left;
  padding-left:5px;
  text-decoration: none;
  width:100%;
}

a.voci_menu:active { text-decoration: none;}

a.voci_menu:hover { text-decoration: none;
					color: #ffffff; 
		 			background-color:#484794;
}

a.voci_menu:link { text-decoration: none;}