@charset "iso-8859-1";

/* Tag Generici */

.testo_standard {
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-size: 12px;	
	font-style: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	line-height: 18px;
	color: #333333;
}

.titolo_grande_arancio {
	font-family: Georgia, Times;
	font-size: 24px;
	font-weight: bold;
	color: #ef8200;	
	padding: 0px;
	margin: 0px; 
	margin-bottom: 10px;
}

.titolo_medio_arancio { 
	font-family: Georgia, Times;
	font-size: 18px;
	color: #ef8200;	
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.titolo_medio_nero { 
	font-family: Georgia, Times;
	font-size: 18px;
	color: #000000;	
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.sottotitolo_nero { 
	font-family: Verdana, Times;
	font-size: 18px;
	color: #000000;	
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.sottotitolo_arancio { 
	font-family: Verdana, Times;
	font-size: 18px;
	color: #ef8200;	
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1, h2, h3 {
	font-family: Georgia, Times;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #ef8200;	
	padding: 0px;
	margin: 0px; 
	margin-top: 7px;
	margin-bottom: 10px;
}

h2 { 
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 { font-family: Verdana, Arial,  Helvetica, sans-serif; font-size: 18px; color: #000000; }

div, p {
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-size: 12px;	
	font-style: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	line-height: 18px;
	color: #333333;
}
hr {	
	border: 0px; 
	height: 0px;
	border-bottom: 1px solid #cccccc; 
}

a {
	text-decoration: none;
	color: #ef8200;
}

a:hover	{
	text-decoration: underline;
}