@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bordo_sx {
	border-left: 1px dashed #999;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color: #063;
	margin: 0;
	border-bottom: 2px dashed #fff;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 16px;
	font-weight: bold;
	color: #063;
	margin: 0;
}

.sfondo_norepeat {
	background-repeat:no-repeat;
	
}

.sfondo_repeat_x {
	background-repeat:repeat-x;
	
}

a.link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#042b76;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dashed #042b76;
}

a:hover.link {
	color: #666;
	border-bottom: 1px dashed #666;
}


.copy {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.copy a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

.copy a:hover {
	font-weight: normal;
	text-decoration: underline;
}

b {
	color: #063;
}

.giustificato {
	text-align:justify;
}

