body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
}

.testo{
font-family: Gill Sans MT;
font-size: 14px;
color: #330000;
font-weight: normal;
}

.titoli{
font-family: Gill Sans MT;
font-size: 16px;
color: #97894a;
font-weight: bold;
}

.testo-foot{
font-family: Gill Sans MT;
font-size: 12px;
color: #000000;
font-weight: normal;
font-align: justify;
margin-top:0;
margin-top:0;
}

.link-foot{font-family:Gill Sans MT; font-size:12px; color:#330000; font-style:normal; font-weight:none; text-decoration: none;}
a.link-foot:link {color: #330000; text-decoration: none;}
a.link-foot:active {color: #330000; text-decoration: none;}
a.link-foot:hover {color: #330000; text-decoration: none; text-decoration: underline;}

.link{font-family:Gill Sans MT; font-size:14px; color:#330000; font-style:normal; font-weight:none; text-decoration: none;}
a.link:link {color: #330000; text-decoration: none;}
a.link:active {color: #330000; text-decoration: none;}
a.link:hover {color: #330000; text-decoration: none; text-decoration: underline;}

.pulsanti {
  font-family: Gill Sans MT;
  color: #ffffff;
  font-size: 14px;
  border: solid 0px #97894a;
  font-weight: none;
  font-style: normal;
  height: 20px;
  /*width: 100px;*/
  background-color: #97894a;
}
.select{ 
  font-family: Gill Sans MT;
  color: #330000;
  font-size: 12px;
  border: solid 1px ;
  border-color: #97894a;
  font-weight: none;
  font-style: normal;
  height: 18px;
  /*width: 180px;*/
  background-color: #f5efcd;
}

.messaggio{ 
  font-family: Gill Sans MT;
  color: #330000;
  font-size: 12px;
  border: solid 1px ;
  border-color: #97894a;
  font-weight: none;
  font-style: normal;
  background-color: #f8f4dc;
  SCROLLBAR-FACE-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #f8f4dc;
  SCROLLBAR-highlight-color: #ffffff;
  SCROLLBAR-shadow-color: #f8f4dc;
  SCROLLBAR-3dlight-color: #ffffff;
  SCROLLBAR-track-color: #f8f4dc;
  SCROLLBAR-darkshadow-color: #ffffff;
}
.scroll {
position: static;
overflow: auto;
width: 720px;
height: 260px;
SCROLLBAR-FACE-COLOR: #9f8b47;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-highlight-color: #9f8b47;
SCROLLBAR-shadow-color: #9f8b47;
SCROLLBAR-3dlight-color: #9f8b47;
SCROLLBAR-track-color: #ece6d8;
SCROLLBAR-darkshadow-color: #9f8b47;
}