a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #95260B;
}
a:active {
	text-decoration: none;
}

.TitBianco10px {
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bolder;
}
.TitRosso10px {
	color:#95260B;
	font-size: 10px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	a:link.TitRosso10px {
		color:#95260B;
	}
	a:visited.TitRosso10px {
		color:#95260B;
	}
	a:hover.TitRosso10px {
		color:#3E7D8C;
	}

.TitRosso14px {
	color:#95260B;
	font-size: 14px;
	font-weight: bolder;
}
	a:link.TitRosso14px {
		color:#95260B;
	}
	a:visited.TitRosso14px {
		color:#95260B;
	}
	a:hover.TitRosso14px {
		color:#3E7D8C;
	}

.TestoCorsivo {
	font-style: italic;
}
.TestoNero {
	color:#000000;
}

#Download {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3E7D8C;
	border-bottom-color: #3E7D8C;
	padding: 5px;
}
.Copy {
color:#FFFFFF
}
	a:link.Copy {
		color:#FFFFFF;
	}
	a:visited.Copy {
		color:#FFFFFF;
	}
	a:hover.Copy {
		color:#95260B;
	}

/* search.asp */
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003263;
	font-weight:bold;
	padding: 0;
	margin: 0;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3E7D8C;
	font-weight:bold;
	padding: 0;
	margin: 0;
	border: 1px solid #3E7D8C;
}
.simboliSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF6600;
	font-weight:bold
}
.titoloSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003263;
	font-weight:bold
}
.testoSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003263;
	text-decoration: none;
}

a.testoSearch:hover {
	color: #FF6600;
	text-decoration: underline;
}
.pagSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003263;
	text-decoration: none;
}
a.pagSearch:hover {
	color: #FF6600;
	text-decoration: underline;
}
.currentSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
}
/* aspmaker.asp */
.aspmaker {font-family: Verdana; font-size: xx-small;}

/* dati.IDArea.asp */
.titoloDatiArea {
	font-weight: bold;
	color: #993300;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
a.titoloDatiArea:hover {
	color: #373191;
	text-decoration: underline;
}

.sottotitoloDatiArea {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	font-style:oblique;
}

.titoloDatiArea_p1 {
	font-weight: bold;
	color: #373191;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
a.titoloDatiArea_p1:hover {
	color: #993300;
	text-decoration: underline;
}

.titoloDatiArea_p2 {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
a.titoloDatiArea_p2:hover {
	color: #373191;
	text-decoration: underline;
}

.titoloDatiArea_p3 {
	font-size: 10px;
	color: #373191;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
}
.titoloDatiArea_p3:hover {
	color: #993300;
	text-decoration: underline;
}

.sottotitoloDatiArea_p3 {
	color: #666666;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: normal;
}

.titoloDatiArea_p4 {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
a.titoloDatiArea_p4:hover {
	color: #373191;
	text-decoration: underline;
}

/* Creazione barra di navigazione */

#navbar {
	background-image: url(HtmlFireworks/immagini/navbar.gif);
	background-repeat: repeat-x;
}

/* Creazione punti elenco */
ul {
	list-style-position: outset;
	margin-left: 25px;
	list-style-type: square;
	line-height: 12px;
	text-align: left;
	display: list-item;
	margin-bottom: 0px;
}

