/*****************************************/
/*                styles                 */
/*****************************************/ 
body{
	/* sfondo */
	background-color:#ffffff;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*titolo diventa tutto maiuscolo*/
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
/*	font-weight: bold;*/
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px;
}
.titolo_h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000000;
	font-style: normal;
	font-weight:normal;
/*	font-weight: bold;*/
	margin: 0px;
	padding: 0px 0px;
}
/*sottotitolo diventa tutto maiuscolo*/
h2{
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 4px;
}
/*sottotitolo diventa tutto capitalizzato*/
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
}

hr {
   /* border: 0;
    width: 80%;height: 1px;*/
	color: #CCCCCC;
	background-color: #CCCCCC;
}
/*paragrafo*/
/*p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;*/
	/*text-align: justify;*/
/*}*/
/*tabella
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}*/
a:link {
	text-decoration: none;
	color:#555555;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #555555;
}
.navigazione_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titolo_bianco_piccolo{
	font-family:  Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	color: #ffffff;
}
.titolo_bianco{
	font-family:  sans-serif,Arial;
	
	font-size: 18px;
	color: #ffffff;
}
