BODY, A, P, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A:LINK, A {
	color : #000000;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.descrizione {
	color : #A9A9A9;
}
.titolo {
	font-weight: bold;
}
.titolobianco {
	background-color : Gray;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
}
.mega {
	font-family : "Georgia", "MS Sans Serif", Geneva, sans-serif;
	font-size: 20px;
	color: Gray;
}

.txtgrigio {
	color: #808080;
}




/*SFONDI ORIENTAMENTO E RIPETIZIONE*/
#ST  {
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px; 
}
#MT  {
	background-position: bottom;
	background-repeat: no-repeat;
}
#DT  {
	background-position: top;
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px; 
}
#CENTER{
	background-position: center;
	background-repeat: no-repeat;
}
#SB  {
	background-position: bottom;
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px; 
}
#MB  {
	background-position: top;
	background-repeat: no-repeat;
}
#DB  {
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px; 
}



/* FORM CSS */
.form {
	/*border : 1px solid #EEEEEE;*/
	border-bottom : 1px dotted Silver;
	border-left : 1px dotted Silver;
	border-right : 1px dotted Silver;
	border-top : 1px dotted Silver;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #FFFFFF;
}
.textarea {
	/*border-bottom : none;*/
	border-bottom : 1px dotted Silver;
	border-left : 1px dotted Silver;
	border-right : 1px dotted Silver;
	border-top : 1px dotted Silver;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #FFFFFF;
}
.submit {
	border : 1px solid #EEEEEE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #EEEEEE;
	cursor : pointer;
}

/*SFONDO A RIGHE PER POPUP*/
#DIV {
	background-repeat : repeat-x;
	background-position : bottom;
	background-image : url(../graph/sfondo_righe.gif);
}