/* CSS Document */
<!--

.textbold {
	font-size: 14px;
	font-weight: bold;
	}
.textboldgrigio {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.text {font-size: 14px;
}
a:link {
    font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:active {
font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.link:link {
    font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.link:active {
font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.linkreverse:link {
    font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.linkreverse:visited {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.linkreverse:hover {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.linkreverse:active {
font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.Stile4 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.TextRed {
	color: #990000;
	font-size: 14px;
}
.TextOrangeBold {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
}
	.TextBluBold {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}
.TitleProducts {
	color: #666666;
	font-size: 48px;
}	
-->