/* CSS Document */

body{
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0;
}

table{
	width:736px;
	font-size:12px !important;
	font-size:1px;
}
table.privacy{
	width:350px;
	font-size:12px !important;
	font-size:1px;
}
input.testo{
	width:141px;
	height:18px;
	font-size:11px;
	border-color:#B6B6B6;
	border-style:solid;
	border-width:1px;
	margin-top:3px;
	margin-left:5px;
}
input.contatti{
	width:91px;
	height:18px;
	font-size:11px;
	border-color:#B6B6B6;
	border-style:solid;
	border-width:1px;
}
textarea.contatti{
	width:240px;
	height:58px;
	font-size:11px;
	border-color:#B6B6B6;
	border-style:solid;
	border-width:1px;
	overflow:auto;
}

table#dotted{
	width:231px;
	border-color:#999999;
	border-left-width:1px;
	border-left-style:dotted;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-collapse:collapse;
}
table#solid{
	width:400px;
	border-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-collapse:collapse;
}
table#dottedup{
	width:400px;
	border-color:#999999;
	border-top-width:1px;
	border-top-style:dotted;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-collapse:collapse;
}
table#dottedown{
	width:480px;
	border-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	border-collapse:collapse;
}

/*Testo nei contatti - index*/
.contatti{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6E6E;
	font-weight:bold;
}

/*Testo nel corpo - index*/
div.corpo{
	width:249px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6E6E;
	margin-left:5px;
}

/*Elenco in ufficio*/
.listed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6E6E6E;
}

/*Testo nel corpo - servizi*/
div.corpo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6E6E;
	margin-left:5px;
}

/*Testo verde*/
.verde{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#52BB47;
}
a.verde{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#52BB47;
	text-decoration:none;
}
a.verde:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#52BB47;
	text-decoration:underline;
}

/*Testo blu*/
div.blu{
	margin-left:3px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#074A9D;
}
a.blu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#628FC1;
	text-decoration:none;
}
a.blu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#628FC1;
	text-decoration:underline;
}

/* Tasto di menu */
.tasto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
a.tasto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#595959;
	text-decoration:none;
	font-weight:bold;
}
a.tasto:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*color:#929292;*/
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

/* Testo footer */
.testofooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
a.testofooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
a.testofooter:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

/* Testo finale */
.testofine{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
a.testofinelink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.testofinelink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
input.sub{
	width:75px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#bababa;
	border:0px; 
}
input.sub:focus{
	width:75px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#bababa;
	border:0px; 
}