P,TD, A, TEXTAREA, TH {
  font: 10pt Arial;
  color: #340002;
    text-align: justify;
}
.testo_index{
  color: #FFF1C4;
  font-family: Arial;
  font-size: 9pt;
  text-align: justify; 
}
INPUT, SELECT {
  font: 9pt Arial;
  color: #340002;
  text-align: center;
  
}

.didascalia{
  color: #340002;
  text-decoration: none;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;  
  line-height : 12px;
  text-align: center; 
}

.hotel_body{
 	background-color: #FFFCF5;
  text-align: center;
  margin: 0px;
}

.hotel_header{
  background-color: #FFF1C4;
  width:695;  /* to set header align 100% --> center or 750 --> align right */
  color: #000000;
  line-height: 14px;
  font-size: 10pt;
  padding:2px;
  text-align:center;
  
}
.hotel_footer{
    width:100%;  /* to set header align 100% --> center or 750 --> align right */
      text-align:center;
}
.hotel_content{
  background-color: #ffffff;
  padding:6px;
  text-align: center;

}
.hotel_table_bkg{
  background-image: url(images/local/sf-bar.gif);
  background-repeat: repeat-x;
  text-align: center;
 }