body{
	/*position: relative;*/
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
}
td{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
a{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
}
a:hover{
	color: #000099;
	border-bottom: 1px solid #666666;
}

.contenuti{
	width: 420px;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 25px;
	color: #333333;
}

.contenuti textarea{
	font-family: Tahoma;
	font-size: 13px;
}

.contestuale a{
	font-weight: bold;
	text-decoration: none;
	width: 174px;
	display: block;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family: arial, tahoma, verdana;
}

.contestuale a:hover{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #EBEBEB;
	color: #D00000;
}

.footer{
	color: #666666;
	margin-top: 10px;
}
.footer a{
	text-decoration: none;
	color: #333333;
}
.footer a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

.formContatto{
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F2F2F2;
}

.clientList td{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 15px 5px;
	text-align: center;
}

.nomeCliente {
	color: #000000;
	padding: 2px;
	display: block;
	background-color: #F3F3F3;
}

