body,html{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
	;background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	height: 100%;
/*	overflow:hidden   non fa scrollare la pagina in verticale*/
}

/* Removing borders from linked images */ 
a img{border:none;}


/* removing extra margin from form elements 
form{margin:0px;}*/

td{
	font: 11px;
	line-height: 20px;
}

table{
	font-size : 12px;
}


/* Common text elements */
p{
	margin: 9px 0px;
	line-height:17px;
	padding:0px
	}
.testo_index{
	font-size:10px;
	color: #666;
	}


/* Link colors */
a:link{
	font-family: Tahoma;
	font-size: 11px;
	color : #000000;
	text-decoration : none;
}

a:visited{
	font-family: Tahoma;
	font-size: 11px;
	color : #000000;
	text-decoration : none;
}
	
a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}

a:active{
	font-family: Tahoma;
	font-size: 11px;
	color : #000000;
	text-decoration : none;

}

.class1 A:link {
	text-decoration: none;
	color: Black;
}

.class1 A:visited {
	text-decoration: none;
	color: #4E4E4E;
}

.class1 A:active {
	text-decoration: none;
	color: Black;
}

.class1 A:hover {
	text-decoration: underline;
	color: #9B0000;
}

.didascalia{
	font-size:9px;
	color: #666666;
}

.corsivo{
	font-size:11px;
	color: #666666;
	font-style : italic;
}

.tabella {
	background-color: #F4F4F4;
	padding: 3;
}

.tab_grande{
		width: 100%;
}

.tabellacontatti{
	background-color : #E6E6E6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding :1;
}

.tabellasettori{
	font-size : 20px;
}

.boxtitoli {
	font: bold;
	background-color : #E6E6E6;
	padding :3;
}

.testoconbg{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #990000;
	padding :3;
}

.warning{
	font-family: Tahoma;
	color: #990000;
	font-size:16px;
	font-weight : bold;
}

.nolink{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : bold;
}

.select {
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #000000 1px solid;
	COLOR: Black;
	FONT-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background-color: #EBF1F5;
}