body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;	
}
.body_splash {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	background-color: #CCCCCC;	
}
.tab_cont {
	background-image: url(images/bg_table.jpg);
}
.tab_testo {
	padding-top: 30px;
}

.img_testo {
	border: 0;
	float: right;
	padding-top: 0px;
	margin-left: 20px;	
}

/* /////////////////////////////////// */


/* TESTO */
.testo {
	font-size: 12px;
	color: #333333;
}
.testo_bold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;	
}
.testo_mini {
	font-size: 10px;
	color: #333333;
	font-weight: bold;	
}
.titolo_pagina {
	font-weight: bold;
	font-size: 24px;
}
.titolo_sub {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.titolo_sub_rosso {
	color: #CC3300;
	font-weight: bold;
	font-size: 14px;
}
.titolo_sub_blu {
	color: #0066CC;
	font-weight: bold;
	font-size: 14px;
}
.titolo_sub_verde {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
}
.titolo_sub_arancio {
	color: #FF7F00;
	font-weight: bold;
	font-size: 14px;
}
/* /////////////////////////////////// */


/* LINK */
.testo_a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;	
}
.testo_a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;	
}
.testo_a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;	
}
.testo_a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;	
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: none;	
	color: #990000;
}
a:active {
	text-decoration: none;	
	color: #990000;
}
/* /////////////////////////////////// */

/* FORM VALUTAZIONE */
.campo {
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.campo_dati {
	background-color: #CCCCCC;
	border-color: #666666;
	border-width: 1;
}

.campo_corsivo {
	font-size: 12px;
	color: #333333;
	font-style: italic;
}