body {
	font: 11px Tahoma;
	color: #333;
	line-height: 13px;
	margin: 0px;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #ED1C24;
}
/*
-------- Gestione TESTO ---------
*/
.testorientrato {
	padding:14px;
}
.testospaziato {
	padding:14px;
	line-height: 16px;
}
.testochiaro {
	padding:14px;
	color: #666;
}
.testobianco {
	padding:14px;
	color: #FFF;
	line-height: 16px;
}
.testo14 {
	font: 14px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
}
.testo14verde {
	font: 14px;
	font-weight: bold;
	color: #96CB47;
	line-height: 16px;
}
.testo14bianco {
	font: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
}
.bottom {
	font: 10px;
	color: #FFF;
}
a.bottom:link, a.bottom:active, a.bottom:visited {
	color: #fff;
	text-decoration: underline;
}
a.bottom:hover {
	color: #ED1C24;
}
/* 
--------- Campo INPUT ---------
*/
input.campo {
	background-color: #DDD;
	border: solid 1px;
	border-color: #CDE282;
	font: 10px Tahoma;
	color: #666666;
	padding: 2px;
}
/*
---------- Gestione IMMAGINI -------
*/
img.bordo {
	border: 1px solid #787878;
	padding: 3px;
}
img.fotoDX {
	border: 1px solid #999;
	float: right;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.fotoSX {
	border: 1px solid #999;
	float: left;
	padding: 3px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.DX {
	border: 1px solid #e5e5e5;
	float: right;
	padding: 3px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
img.SX {
	border: 1px solid #e5e5e5;
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
/*
---------- Gestione TABELLE -------
*/
td.verde1 {
	background-color: #CDE282;
}
td.verde2 {
	background-color: #96CB47;
}
table.tab {
	border: solid 1px;
	border-color: #CDE282;
	padding: 10px;
}
/* 
---- SFONDI -----
*/
.sfSX {
	background-image: url(../bg_sx.gif);
	background-repeat: repeat-x;
}
.sfDX {
	background-image: url(../bg_dx.gif);
	background-repeat: repeat-x;
}