html {
	overflow: auto;
  scrollbar-face-color: #ffffff;
  scrollbar-base-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #aaaaaa;
}

body {
  margin: 0px;
	overflow: auto;
  background-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-base-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #aaaaaa;
  cursor: default;
}

P {
  font-family: Verdana; 
  font-size: 14px;
  text-align: justify;
  color: #000000;
}

a.link:link {
	color: #FF0000;
}

a.link:visited {
	color: #FF9900;
}

a.link:hover {
	color: #FF6600;
}

a.menu {
	font-family: Verdana;
	color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  text-decoration: underline;
}

.testo {
	font-family: Verdana;
	color: #000000;
  font-size: 14px;
  text-align: justify;
}

.testo_small, .testo_checkbox {
	font-family: Verdana;
	color: #000000;
  font-size: 12px;
  text-align: justify;
}

.small {
	font-family: Verdana;
	color: #000000;
  font-size: 10px;
}

.down {
	font-family: Verdana;
	color: #ff0000;
  font-size: 10px;
}

.titolo {
	font-family: Verdana;
	color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}

.errorMessage {
	font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
}


.testo_blu_small {
	font-family: Verdana;
	color: blue;
  font-size: 12px;
  font-weight: bold;
}




.menuItemStatic {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

A.menuItemStatic-hover:hover {
	text-decoration:none;
	color: #eeeeee;
}

.menuItemDynamic {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

A.menuItemDynamic-hover:hover {
	text-decoration:none;
	color: #ffffff;
}





.campi {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #aaaaaa;
  background-color: #ececec;
}

.pulsanti, .pulsanti_large {
  font-family: Verdana; 
  font-size: 11px; 
  color: #aaaaaa; 
  border: 1px solid #aaaaaa; 
  background-color: #ffffff;
  width: 90px;
}

.pulsanti_large {
  width: 150px;
}