@charset "utf-8";
/* CSS Document */
body{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-image:url(images/bgPage.jpg);
	background-repeat:repeat-x;
	background-color:#2A2A2A;
}
hr {border: none 0; 
border-top: 1px dashed #f4f4f4;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


li { 
	list-style-image: url(images/dot.png);
	line-height:14px;
	padding-bottom:16px;
}
.homeBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bebebe;
	line-height:18px;
}
.testoBase{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bebebe;	
}
.testoBaseW{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;	
}
.titolo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFFFFF;	
	font-weight:bolder;
	font-style:italic;
}
.testoBaseBig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bebebe;
	line-height:20px;
	text-align: left;
}
.Evidenziato{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	font-weight:bold;
	text-align: center;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F90;
	text-decoration:underline;	
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}
.aBig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	font-weight:bold;
	text-decoration:none;	
}
.aBig:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0;
	font-weight:bold;
	text-decoration:underline;	
}
