/* ---------------------------------------------------------------------------------------------------------------------------
/  Caratteristiche globali
/----------------------------------------------------------------------------------------------------------------------------*/

BODY {
	scrollbar-base-color :#81bb02;
	scrollbar-dlight-color :#81bb02;
	scrollbar-arrow-color :#81bb02;
	scrollbar-darkshadow-color :#000000;
	scrollbar-face-color :#000000;
	scrollbar-highlight-color :#000000;
	scrollbar-shadow-color :#81bb02;
	scrollbar-track-color :#000000;
	margin: 0% 0% 0% 0%;
	font-size:11px;	
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color :#ffffff;
}
	
/* ---------------------------------------------------------------------------------------------------------------------------
/  Gestione tabelle
/----------------------------------------------------------------------------------------------------------------------------*/
.tab{
	width:100%;
	height:100%;
	border:none;
	
}
.tab_an_generale {
	width: 900px;
	height: 545px;
	background:url(../sfondo.jpg);
	background-repeat:no-repeat;
	
}
.tab_animazione {
	height: 430px;
	vertical-align:top;
	padding-top:10px;
}
.tab_testo{
	height: 73px;
	vertical-align:top;
	text-align:right;
	/*padding-bottom:43px;*/
	padding-right:50px;
	font-size:11px;	
	
	
}



/* ---------------------------------------------------------------------------------------------------------------------------
/  Gestione Link
/----------------------------------------------------------------------------------------------------------------------------*/

	
a:link {
	font-weight: bold;
	color :#ffffff;
	text-decoration : none;
	font-size:11px;	
}

a:visited {
	font-weight: bold;
	color :#ffffff;
	text-decoration : none;
	font-size:11px;	
}
a:hover {
	font-weight: bold;
	color :#81bb02;
	text-decoration:underline;
	font-size:11px;	
}
