/* CSS Document */

body {
	margin:0px;
}

a:link {
	color: #00A64E;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #00A64E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F07D22;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #00A64E;
	font-weight: bold;
	text-decoration: none;
}

.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.faq {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00A64E;
	font-weight: bold;
}

.titolo_home {
	font-family: "Arial Black";
	font-size:15px;
	color:#00A64E;
}

.prodotti {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A64E;
	font-weight: bold;
}

.titolo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: bold;
}

.barra {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
}

.tabella {
	border: 1px solid #00A64E;
}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FACFAD;
	border: 1px solid #F07D22;
}
