@charset "utf-8";
/* CSS Document */
.tabTop{
	background-color: #C7DEEB;
	border: 1px solid #4C94BE;
	font-family: Trebuchet MS;
	font-size: 10px;
   color: #003466;
	padding-left: 5px;
	padding-right: 5px;
}

.opacity50 {
	filter: Alpha(Opacity=50);
	KHTMLOpacity: 0.5;
	MozOpacity: 0.5;
	opacity: 0.5;
}

.opacity70 {
	filter: Alpha(Opacity=70);
	KHTMLOpacity: 0.7;
	MozOpacity: 0.7;
	opacity: 0.7;
}


.opacity80 {
	filter: Alpha(Opacity=80);
	KHTMLOpacity: 0.8;
	MozOpacity: 0.8;
	opacity: 0.8;
}
.cella_fastlink{
	background-color: #A2A2A2;
	border: 2px solid #666666;
	border-top-width: 3px;
}

.testo1{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.testo2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.testo3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.testo4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.testo5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBE7A2;
}

.testo6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.testo7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.testo8{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #003466;
}

.testo9{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #4A4A4A;
	vertical-align: top;
}

.testo10{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #8EBD21;
}


.titolo1{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.titolo2{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #8EBD21;
}
.titolo21{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 50px;
	font-weight: bold;
	color: #8EBD21;
}
.titolo3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.titolo4{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.padding_L10p{
	padding-left: 10px;
}

.padding_LR10p{
	padding-left: 10px;
	padding-right: 10px;
}

.interlinea{
	line-height: 20px;
}

.bkg_top{
	background-position: top;
}

.bkg_bottom{
	background-position: bottom;
}

.bkg_rep_x{
 background-repeat: repeat-x;
}

.testoMenu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

.testoMenu A{
	display: block;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #274274;
	background-image: url(images/bkg_botton_out.gif);
   background-position: bottom;
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	border: 1px solid Gray;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.testoMenu a:link    { text-decoration:none; color: #274274;}

.testoMenu a:visited { text-decoration:none; color: #274274;}

.testoMenu a:hover   {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #274274;
	text-decoration: none;
	background-image: url(images/bkg_botton_over.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #CBDFEC;
}


