/* CSS Document */

body {
	margin:0 0 0 0;
}

table, td, th {
	
	font-family:"Trebuchet MS";
	font-size:13px;
	font-wight:normal;
	line-height:normal;
	color:#666666;
}

.norepeat {
	background-repeat:no-repeat;

}

.undici {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	line-height:14px;
}

.fontdodici {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	line-height:15px;
}

.dodici {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
	line-height:16px;
}

b {
	font-family:"Tahoma";
	font-size:12px;
	color:#ea671e;
}

b.undici {
	font-family:"Tahoma";
	color:#666666;
	font-size:11px;
}

b.big {
	font-family:"Trebuchet MS";
	color:#ea671e;
	font-size:16px;
	line-height:18px;
}

b.grigio66 {
	color:#666666;
}

a.link1 {
	font-family:"Tahoma";
	font-size:12px;
	font-weight:bold;
	color:#168b33;
	text-decoration:none;
	border-bottom: 1px dashed #168b33;
}

a:hover.link1 {
	color:#BFBF34;
	border-bottom: 1px solid #BFBF34;
}

a.dieci {
	font-family:"Tahoma";
	font-size:10px;
	font-weight:bold;
	color:#168b33;
	text-decoration:none;
	border-bottom: 1px dashed #168b33;
}

a:hover.dieci {
	color:#BFBF34;
	border-bottom: 1px solid #BFBF34;
}

a.footer {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

a:hover.footer {
	color:#666666;
	text-decoration:underline;
}

.giustificato {
	text-align:justify;
}

.diecipx {
	font-size:10px;
}

.copyright {
	font-family:"Verdana";
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
}

form {
	margin: 0 0 0 0;
}
input.campotesto {
	font-family:"Tahoma";
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	background-color:#ffffff;
	height: 20px;
	width: 130px;
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8B8B8B;
	border-left-color: #8B8B8B;
	border-bottom-color: #E2E2E2;
	border-right-color: #E2E2E2;
	line-height: 15px;
}

select.tendina {
	font-family:"Tahoma";
	font-size:11px;
	color:#666666;
	background-color:#ffffff;
	font-weight: normal;
	width: 130px;
}
textarea.campoarea {
	font-family:"Tahoma";
	font-size: 11px;
	color:#666666;
	background-color:#ffffff;
	font-weight: normal;
	height: 55px;
	width: 100%;
	overflow: auto;
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8B8B8B;
	border-left-color: #8B8B8B;
	border-bottom-color: #E2E2E2;
	border-right-color: #E2E2E2;
}

.interlinea {
	line-height:16px;
}

.bordogrigio {
	border:1px dashed #999;
}

.bordodiv {
	border:1px dashed #999;
	padding:7px;
	width:590px;
	margin-top:7px;
	margin-bottom:18px;
	background-color:#fff4;
	line-height:16px;
	text-align:justify;
	display:none;
}