body { 
	margin: 0em;
	padding: 0em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
  color: #000000;
}

.banner { 
	background-color: #EEF0EB;
}

.centro {
	text-align: center;
}

.centrov {
	vertical-align: middle;
}

.alto {
	vertical-align: top;
}

.basso {
	vertical-align: bottom;
}


.sinistra {
	text-align: left;	
}

.giustificato {
	text-align: justify;
}

.corsivo {
	font-style: italic;
}

.destra {
	text-align: right;	
}

.sottolineato {
	text-decoration: underline;
}

.testo18 {
	font-size: 18px;
}

.testo16 {
	font-size: 16px;
}

.testo14 {
	font-size: 14px;
}

.testo12 {
	font-size: 12px;
}

.testo11 {
	font-size: 11px;
}

.testo10 {
	font-size: 10px;
}

.table_50p {
	width: 50%;
}

.table_100p {
	width: 100%;
}

.table_180 {
	width: 180px;
}

.table_300 {
	width: 300px;
}

.table_550 {
	width: 550px;
}

.table_575 {
	width: 575px;
}

.table_600 {
	width: 600px;
}

.table_780 {
	width: 780px;
}

.blu { 
  color: #333399;
}

.blug { 
  color: #333399;
	font-weight: bold;
}

.rosso { 
  color: #FF0000;
	font-weight: bold;
}

.rossog { 
  color: #FF0000;
	font-weight: bold;
}

.bluette { 
  color: #7CC6BB;
	font-weight: bold;
}

.titolo_pag { 
  color: #7CC6BB;
	font-weight: bold;
	font-family: sans-serif, Verdana, Arial, Helvetica;	
}


.finale {
	background-image: url(./imgs/bg_bottom.gif);
	height: 29px;
	background-repeat: repeat-x;
}

.menu {
	background-image: url(./imgs/bg_menu.gif);
	background-repeat: repeat-x;
}

.titolo {
	background-image: url(./imgs/bg_title.gif);
	height: 30px;
	background-repeat: repeat-x;
}

.sottomenu a {
	color: #211A46;
	font-size: 11px;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-weight: bold;
	vertical-align: top;	
	text-decoration: none;
}

.sottomenu a:hover {
	text-decoration: none;
	color: White;
	font-weight: bold;	
	background-color: #211A46;	
}
