@charset "utf-8";
/* CSS Document */

.TitoloGrey {
	font-size:32px;
	color:#545454;
}
.Titolowhite {
	font-size:32px;
	color:#FFF;
}

.SottotitoloGrey {
	font-size:20px;
	color:#545454;
}
.Sottotitolowhite {
	font-size:20px;
	color:#FFF;
}

.FootText {
	font-size:9px;
	color:#626262;
}

.TestoGreyNorm {
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.TestoGreyNorm1 {
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}
.HeadText {
	font-size:9pt;
	color:#545454;
	font-family: Arial, Helvetica, sans-serif;
	width: 997px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-left: 70px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
