@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #006666;
	margin: 5px 0;
}
p {
	margin: 0 0 10px 0;
}
#col_right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
.lista_regioni {
	/*position: absolute;
	margin: 10px 0 0 106px;*/
	padding: 0;
	z-index: 500;
	/*width: 95px;*/
	text-align: left;
}
.lista_regioni li {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}
.lista_regioni a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0066CC;
}
a:hover {
	color: #CC0000;
}
form {
	margin: 0;
}
.formTxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #333;
}
.privacy {
	height: 200px;
	padding: 10px;
	overflow: auto;
	font-size: 11px;
	background-color: #F0F0F0;
}
.small {
	font-size: 0.8em;
}
.divider {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.lista li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	list-style: square;
}
.lista a {
	color: #003366;
	text-decoration: none;
}
.lista a:hover {
	text-decoration: underline;
}
.t_associazioni {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size: 11px;
}
.t_associazioni th {
	padding: 5px 10px;
	background: #ddd;
}
.t_associazioni td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}