 	html{
    	scrollbar-face-color:#F49AC2;
		scrollbar-arrow-color:#F49AC2;
		scrollbar-track-color:#F49AC2;
		scrollbar-shadow-color:#EF5BA1;
		scrollbar-highlight-color:#EF5BA1;
		scrollbar-3dlight-color:#F49AC2;
		scrollbar-darkshadow-color:#F49AC2;
		filter: chroma(color=#F49AC2) allowTransparency;
		}
	
	body{
    	background-color: #F6ADCD;
    	font-family: Verdana;
    	font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		}
		
    A:link {
		font-family: Verdana;
		font-weight: bold;
		font-size: 12px;
		color: #19805E;
        text-decoration: none;
		}
		
    A:visited {
		font-family: Verdana;
		font-weight: bold;
		font-size: 12px;
		color: #19805E;
        text-decoration: none;
		}
		
    A:hover {
		font-family: Verdana;
		font-weight: bold;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #F8C1D9;
        text-decoration: none;
		}
		
	.testo {
		font-family: Verdana;
		font-size: 12px;
		text-align: left;
		color: #19805E;
		font-weight: normal;
		line-height: 16px;
		margin-left: 20px;
		margin-right: 20px;
		}
		
	.testo_destra {
		font-family: Verdana;
		font-size: 12px;
		text-align: right;
		color: #19805E;
		font-weight: normal;
		line-height: 16px;
		margin-left: 20px;
		margin-right: 20px;
		}
		
	.etichette {
		font-family: Verdana;
		font-size: 14px;
		text-align: left;
		color: #19805E;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		}
		
	.variabili {
		font-family: Verdana;
		font-size: 12px;
		text-align: left;
		line-height: 16px;
		color: #19805E;
		font-weight: normal;
		margin-left: 0px;
		margin-right: 0px;
		}
		
/* Stile per admin */
	input, textarea, form, select {
  		font-family: Verdana;
  		font-size: 10px;
  		font-weight: normal;
		}
		
	.tablewhitecenter {
		background-color: #F6ADCD;
		border: 0px #A7BACD solid;
		text-align: center;
		}
		
	.row1 {
		background-color: #F49AC2;
		color: #000000;
		}
		
	.row2 {
		background-color: #F49AC2;
		color: #000000;
		}
		
	.row3 {
		background-color: #F49AC2;
		color: #000000;
		}
		
	.row4 {
		background-color: #F49AC2;
		color: #000000;
		}
		
	.head1 {
		background-color: #F49AC2;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		}