@charset "utf-8";
/* CSS Document */
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
a:link {
	color: #0994ce;
}
a:visited {
	color: #0994ce;
}
a:hover {
	color: #055A7E;
}
a:active {
	color: #0994ce;
}
body,td,th {
	color: #808181;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color: #ffffff;
	background-image:url(immagini/sfondo.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.intest1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0994ce;
	font-size:35px;
	text-align:center;
	font-weight:bold;
}
.taglierine {
	font-family:"Times New Roman", Times, serif;
	color:#0994ce;
	font-size:25px;
	text-align:center;
	font-style:italic;
}
.titolo_colonna {
	font-family:Arial, Helvetica, sans-serif;
	color:#0994ce;
	font-size:20px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}
.txt_azzurro {
	font-family:Arial, Helvetica, sans-serif;
	color:#0994ce;
}
.txt_azzurro_Bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#0994ce;
	font-weight:bold;
}
.noborder {
	border:0px;
}