.sfondo_menu {
	background-image: url(img/sfondo_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.testoBLUBold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #046FC0;
	text-decoration: none;
}
.testoNero {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #161616;
	text-decoration: none;
}
.testoROSSOBold {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.testoBLUlink {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #046FC0;
	text-decoration: underline;
}
.testoBLUlink:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #046FC0;
	text-decoration: underline;
	background-color: #FFFF66;
}
.testoNeroLink {


	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #161616;
	text-decoration: underline;
}
.testoNeroLink:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #161616;
	text-decoration: underline;
	background-color: #D7E8F9;
}
.testoROSSOLink {


	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.testoROSSOLink:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.sfondosito {
	background-image: url(img/bck_sito.gif);
	background-repeat: repeat-x;
	background-color: #0083D7;
	background-position: top;
}
.bordoBLU {
	border: thin solid #2495DD;
}
