/* CSS Document */


.titolo {
	font-family: Tahoma;
	font-size: 35px;
	color: #BDE6F2;
	font-weight: bolder;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.testogrande {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.testoarancio {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #004DF5;
}
.riga {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #24A9D4;
	border-right-color: #24A9D4;
	border-bottom-color: #24A9D4;
	border-left-color: #24A9D4;
}
.testopiccolo {

	font-family: Tahoma;
	font-size: 11px;
	color: #B7EDFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover.testogrande {
	color: #FFFF00;
}
.cella {
	border: 1px solid #000000;
}

.allegati{
	font-family: Tahoma;
	font-size: 20px;
	color: #BDE6F2;
	font-weight: bolder;
}

.linkallegati{
	font-family: Tahoma;
	font-size: 11px;
	color: #B7EDFF;
	text-decoration: none;
	font-weight: normal;
}

