body {
  background-color: #484848;
  color: #666666;
  scrollbar-3d-light-color: #FFFFFF;
  scrollbar-arrow-color: #666666;
  scrollbar-base-color: #666666;
  scrollbar-dark-shadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.titolo {
  font-family: Trebuchet MS;
  font-size: 16;
  font-weight: bold;
}

.titolo_oro {
  font-family: Trebuchet MS;
  color: #E6D191;
  font-size: 16;
}
.titolo_arancio {
  font-family: Trebuchet MS;
  color: #EF9525;
  font-size: 18;
}

.titoletto {
  font-family: Trebuchet MS;
  font-size: 14;
  font-weight: bold;
}

.titoletto_arancio {
  font-family: Trebuchet MS;
  color: #EF9525;
  font-size: 14;
}

.titoletto_oro {
  font-family: Trebuchet MS;
  color: #E6D191;
  font-size: 14;
}

.testo {
  font-family: Trebuchet MS;
  color: black;
  font-size: 11;
}

.testo_blu {
  font-family: Trebuchet MS;
  color: #072B61;
  font-size: 11;
}

.testo_bold {
  font-family: Trebuchet MS;
  color: black;
  font-size: 11;
  font-weight: bold;
}

.testo_bottom {
  font-family: Trebuchet MS;
  color: #838181;
  font-size: 11;
}

.header {
    background-image: url(img/header.gif);
    background-repeat: no-repeat;	
	width: 950px;
	position: relative;
	height: 243px;
}

table {
    border: 1px;
}

hr {
    height: 1px;
}