@font-face {
 font-family: MyCustomFont;
 src: url("../font/emblem.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../font/emblem.ttf") /* TTF file for CSS3 browsers */
}

/************** TOP *******************/
#top {
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px;
	display:inline;
	/* letter-spacing: 6px; */
	color: #999;
}
#top h1 {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	display:inline;
	letter-spacing: 0px;
	margin-left: 2px;
	margin-right: 9px;
}
#top h2 {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	display:inline;
	letter-spacing: 0px;
	padding-bottom: 10px;
	margin-right: 9px;
	margin-left: 9px;
}
#top h3 {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	display:inline;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-left: 9px;
}
#top a {
	color: #999;
	text-decoration: none;
}
#top a:hover {
	text-decoration: none;
	color: #999;
}

/***************** contenuti *************************/

.notizie {
	background-color: #fff;
	color: #333;
	font-size: 11px;
line-height: 13px;
	text-align: left;
margin: 0px;
padding: 10px;
height: 275px;
}
.notizie a {
color: #333;
text-decoration: none;
}
img#notizie {
margin: 0px;
margin-bottom: 10px;
}
.notizie h1 {
margin: 0px;
margin-bottom: 3px;
color: #000;
font-size: 13px;
font-weight: bold;
line-height: 13px;
}
.notizie h1 a {
color: #000;
text-decoration: none;
}
.notizie h2 {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
margin: 0px;
margin-bottom: 15px;
color: #83B717;
font-size: 22px;
font-weight: normal;
line-height: 13px;
}
.notizie p {
margin: 0px;
padding: 0px;
}
#continua {
	color: #000066;
	font-size: 10px;
line-height: 13px;
	text-align: left;
margin: 0px;
padding: 0px;
}
#continua a {
	color: #000066;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
#continua a:hover {
	color: #666;
	text-decoration: none;
}
.divisorio {
margin: 10px;
}

div.banner {
margin-bottom: 15px;
}

/***************** MENU footer *************************/
#menuf {
	color: #ccc;
	line-height: 24px;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	padding-left: 3px;
	text-align: center;
	height: 25px;
	width: auto;
	background-color:#707173;
	background-image:url(../immagini/menuf-sf.gif);
	background-repeat: repeat-x;

}
#menuf ul { 
            list-style-type : none; 
            margin          : 0; 
            padding         : 0; 
            
            height          : auto;
            overflow        : hidden;
	text-align: center;
        }
            
 #menuf li { 
            font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ccc;
	float           : left; 
            display         : inline; 
        }
        
        /** stile specifico li  **/
#menuf li { 
            border-left     : 1px #999 solid; 
            padding         : 0 8px;
            margin-left     : -1px;
        }

#menuf a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 24px;
	color: #eee;
}
#menuf a:active, #menuf a:link, #menuf a:visited {
	color: #eee;
	text-decoration: none;
}
#menuf a:hover {
	color: #fff;
	text-decoration: underline;
}

/************** FOOTER *******************/
#footer {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 0 7px;
	color: #555;
	background-color: #ececed;
	font-size: 9px;
	line-height: 25px;
	text-align: center;
	float: left;
}

#footer a {
	color: #777;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: none;
	color: #555;
}
#legal {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 7px 0 0;
	color: #555;
	background-color: #ececed;
	font-size: 9px;
	line-height: 25px;
	text-align: center;
	float: right;
}
#legal a {
	color: #777;
	background-color: transparent;
}

#legal a:hover {
	text-decoration: none;
	color: #555;
}
#piva {
	font-size: 9px;
}
