/* STYLE.CSS Foglio di stile*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.link_chiaro:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}
a.link_chiaro:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}
a.link_chiaro:hover {
	color: #FFFF43;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}
a.link_scuro:active {
	color: #000000;
	text-decoration:none;
	font-size:11px;
}
a.link_scuro:link {
	color: #000000;
	text-decoration:none;
	font-size:11px;
}
a.link_scuro:visited {
	color: #000000;
	text-decoration:none;
	font-size:11px;
}
a.link_scuro:hover {
	color: #000000;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
}
a.link_active:active {
	color: #ffffff;
	text-decoration:none;
	font-size:10px;
}
a.link_YL:active {
	color: #F5D32A;
	text-decoration:none;
	font-size:10px;
}
a.link_YL:link {
	color: #F5D32A;
	text-decoration:none;
	font-size:10px;
}
a.link_YL:visited {
	color: #F5D32A;
	text-decoration:none;
	font-size:10px;
}
a.link_YL:hover {
	color: #F5D32A;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}

testo {
	color: #000000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
}
.link_stop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #780436;
	text-decoration: none;
}
.testo_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
a.link_chiaro_Y_Lt:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration:none;
	color: #F5D32A;
}
a.link_chiaro_Y_Lt:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration:none;
	color: #F5D32A;
}
a.link_chiaro_Y_Lt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
	color: #F5D32A;
}
a.link_chiaro_Y_Lt:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration:none;
	color: #F5D32A;
}
.testo_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00838C;
	text-align: justify;
	font-weight: bold;
}
.testo_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27275D;
	text-align: justify;
	font-weight: bold;
}
.tasto_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005100;
	font-weight: bold;
}
.tasto_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF43;
	font-weight: bold;
}
