body {
	background-color: White;
	margin: 0px;
	font-family: Arial;
	color: #605e5e;
}

body.consfondo {
	background-color: White;
	background-image: url(../images/sfondo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial;
	color: #605e5e;
}

body.consfondoarancio {
	background-color: #f7871c;
	margin: 0px;
	font-family: Arial;
	color: #605e5e;
}

body.sfondogoogle {
	background-image: url(../images/sfondogoogle.gif);
	background-position: left;
	background-repeat: repeat-y;
}

td {
	font-size: 12px;
}

td.bianco {
	color: #FFFFFF;
}

td.footer {
	font-size: 10px;
}

td.sfondosinistro {
	background-image: url(../images/sfosx.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

td.sfondodestro {
	background-image: url(../images/sfodx.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

span.testoGrande {
	font-size: 16px;
	font-weight: bold;
}

span.testoGrandeArancio {
	font-size: 16px;
	font-weight: bold;
	color: #f07213;
}

span.testoGrande2 {
	font-size: 13px;
	font-weight: bold;
}

span.testoGrande2Arancio {
	font-size: 13px;
	font-weight: bold;
	color: #f07213;
}

span.testoGrandeBianco {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

span.socioPremium {
	font-size: 13px;
	font-weight: bold;
	color: #131686;
	background-color: #f7c24f;
}

a {
	color: #F07213;
	text-decoration: underline;
	font-weight: bold;
}

a.arancio {
	text-decoration: none;
}

a.footer {
	text-decoration: none;
	color: #585858;
	font-size: 10px;
}

a.bianco {
	color: #FFFFFF;
}
