body {
background-color: #E52B23;
}

/*---------------------------- bordo_cella ----------------------------*/
.bordo_cella {
border-bottom : 1px solid #B8B8B8;  
border-right : 1px solid #B8B8B8;  
border-left : 1px solid #B8B8B8; 
border-top : 1px solid #B8B8B8;
padding: 0px 0px 0px 0px;}


/*---------------------------- Bottoni ----------------------------*/
.Bottoni {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 15px;
	font-weight: normal;
	color: #E52C30;
	text-decoration: none;
	}

.Bottoni a:active, .Bottoni a:visited, .Bottoni a:link {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 15px;
	color: #E52C30;
	font-weight: normal;
	text-decoration: none;
	}

.Bottoni a:hover {
    font-size: 15px;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	}
	

/*---------------------------- testo ----------------------------*/
.testo {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.testo a:active, .testo a:visited, .testo a:link {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

.testo a:hover {
    font-size: 18px;
	text-decoration: none;
	color: #E52C30;
	background-color: #FFFFFF;
	}
	
	
	
/*---------------------------- testo_medio ----------------------------*/
.testo_medio {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.testo_medio a:active, .testo_medio a:visited, .testo_medio a:link {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

.testo_medio a:hover {
    font-size: 16px;
	text-decoration: none;
	color: #E52C30;
	background-color: #FFFFFF;
	}
	
	/*---------------------------- testo_piccolo ----------------------------*/
.testo_piccolo {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.testo_piccolo a:active, .testo_piccolo a:visited, .testo_piccolo a:link {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

.testo_piccolo a:hover {
    font-size: 14px;
	text-decoration: none;
	color: #E52C30;
	background-color: #FFFFFF;
	}
	
/*---------------------------- titolo ----------------------------*/
.titolo {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

/*---------------------------- titolo_rosso ----------------------------*/
.titolo_rosso {
	font-family:   "Arial Unicode MS", "SimSun";
	font-size: 24px;
	font-weight: normal;
	color: #E52C30;
	text-decoration: none;
	}
	
	
