@charset "utf-8";

/* CSS Dper collegamenti Generici */

a:link {
	color: #1b1747;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1b1747;
}
a:hover {
	text-decoration: none;
	color: #e85700;
}
a:active {
	text-decoration: none;
	color: #1b1747;
}

/* CSS menu.asp */

.Stile_menu {
	font-size: 8pt;
	font-family: verdana;
	color: #1b1747;
	line-height: 12pt;
}

/* CSS area_riservata.asp */

.Stile_riservata {
	font-size: 8pt;
	font-family: verdana;
	color: #1b1747;
}

/* CSS header.asp */

.StileHEADER {
			color: #1b1747;
			font-size: 10pt;
			font-family: verdana;
			font-weight: regular;
			}

/* CSS news.asp */

.Stile_news_top {
	font-size: 10pt;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
}

.Stile_news_bottom {
	font-size: 10pt;
	font-family: verdana;
	color: #1b1747;
	font-weight: regular;
}

.Stile_news_titolo {
	font-size: 10pt;
	font-family: verdana;
	color: #1b1747;
	font-weight: bold;
}
