body {
	font-family: Verdana;
}
a.MENU:link{
	font-family: Verdana;
	color:#000000;
	text-decoration:none;
	font-size: 10px;
		}
a.MENU:visited{
	font-family: Verdana;
	color:#000000;
	text-decoration:none;
	font-size: 10px;
}
a.MENU:hover{
	text-decoration: underline;
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
}
a.BLU:link{
	font-family: Verdana;
	color:#0192E3;
	text-decoration:none;
	font-size: 10px;
		}
a.BLU:visited{
	font-family: Verdana;
	color:#0192E3;
	text-decoration:none;
	font-size: 10px;
}
a.BLU:hover{
	text-decoration: underline;
	font-family: Verdana;
	color:#0192E3;
	font-size: 10px;
}
a.RED:link{
	font-family: Verdana;
	color:#D81C1A;
	text-decoration:none;
	font-size: 10px;
		}
a.RED:visited{
	font-family: Verdana;
	color:#D81C1A;
	text-decoration:none;
	font-size: 10px;
}
a.RED:hover{
	text-decoration: underline;
	font-family: Verdana;
	color:#D81C1A;
	font-size: 10px;
}
a.TITOLI:link{
	font-family: Verdana;
	color:#D81C1A;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
		}
a.TITOLI:visited{
	font-family: Verdana;
	color:#D81C1A;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
a.TITOLI:hover{
	text-decoration: underline;
	font-family: Verdana;
	color:#D81C1A;
	font-size: 12px;
	font-weight: bold;
}
.px12 {
	font-size: 12px;
}
.px10 {
	font-size: 10px;
}
.red {
	color: #D81C1A;
}
.blu {
	color: #0192E3;
}
.lineaDxBianca {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.lineaGrigia {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #CCCCCC;
}
/*Campi di testo*/
input#testo{width:80px;height:15px;font-size:9px;color:#D81C1A;font-family:Verdana;}
input#form{width:180px;height:15px;font-size:9px;color:#D81C1A;font-family:Verdana;}
input#qnt{width:20px;height:15px;font-size:9px;color:#D81C1A;font-family:Verdana;}
select#select {
 	font-family: Verdana;
	font-size: 9px;
	color: #CC3333;
	width: 180px;
	height: 15px;
	border: 1px solid #D81C1A;
}
select#selectQNT {
	font-family: Verdana;
	font-size: 9px;
	color: #CC3333;
	width: 40px;
	height: 15px;
	border: 1px solid #D81C1A;
}
textarea#textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	width: 443px;
	height: 55px;
	background-color:#C7C7C7;
}
.lineaSottoBianca {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
img#myrp {
	border: 1px solid #0192E3;
}
img#eventi {
	border: 1px solid #0192E3;
}
.MAIUSC {
	font-variant: small-caps;
}
.Bold {
	font-weight: bold;
}
.bordoNero {
	border: 1px solid #000000;
}
