/*******************************************
ELEMENTI
*******************************************/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFCC00;
	text-align:left;
	line-height:20px;
	font-weight:bold;
	border-bottom:#FFCC00 solid 1px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#005D7E;
	text-align:left;
	line-height:20px;
	font-weight:bold;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #005D7E;
	text-align: left;
	line-height: 15px;
	border-bottom:#005D7E solid 1px;
}


a
{
	text-decoration: underline
}

	
/*******************************************
DIV
*******************************************/

div#main {
	width: 100%;
}

div#header {
	width: 100%;
	height:189px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C4E6F2;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	}

div#nav {
	display: none;
}

div#corpo{
	width:935px;
	margin-bottom:0;
	text-align: left;
}

div#menu{
	display: none;
}

div#footer {
	display: none;
}

div#news {
	display: none;
}
	
/* News */
table#table-listanews {
	width: 100%;
	border: 0;
	padding: 0;
}

table#table-listanews td {
	padding: 5px 1px;
	vertical-align: top;
	border-bottom: 1px dotted #AAAAAA;
}

table#table-listanews .bordoimg {
	display: none;
}

table#table-listanews img{
	display: none;
}

table#table-listanews a:hover{
	color: #E56E12;
	text-decoration: underline;
}

table#tabella-allegati-news{
	display: none;
}

table#tabella-allegati-news td {
	padding: 3px;
	font-size: 10px;
	overflow: hidden;
	border: 1px solid #FFF;
	color: #000;
}

div#bordo-img-news {
	display: none;
}

div#bordo-img-news a {
	border: none;
}


img.img-news-m {
	display: none;
}

.noprint {
	display: none;
}

