/* CSS Document */
/* tag */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.elenco {
	font-weight: bold;
	color: #5E6913;
	background-image: url(images/freccina_verde.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left 4px;
	padding-left: 10px;
	text-decoration: none;
	
}
.titolo_verde {
	font-weight: bold;
	color: #5e6913;
}
.titolo_bianco {
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}
.link {
	color: #660000;
	text-decoration: none;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.menu {
	font-size: 12px;
	color: #751008;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/freccina_marrone.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	display: block;
}
.titolo_bruno {

	font-weight: bold;
	color: #751611;
	font-size: 12px;
}
.titolo_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #751611;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.elenco_bianco {

	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/freccina_bianca.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left 4px;
	padding-left: 10px;
	text-decoration: none;
}
.titolo_arancio {

	font-weight: bold;
	color: #CC3300;
	font-size: 11px;
}
.pulsante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	cursor: hand;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #666666;
	background-image: url(images/sfondopulsante.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

