body, td, th {
    font-size: 80%;
    font-family: Verdana, Helvetica, sans-serif;
    color: black;
    text-align: justify;
}

A:visited {
	color: #871F78;	
}

A:hover {
	color: red;	
}

A {
	color: darkred;	
}

.menu {
	color: red;
}

.menu_header {
    font-weight: bold;
}

.footer {
    text-align: center;
    font-size: 75%;
}

.left {
	padding-right: 10px;
    border: 1px solid #aaaaaa;
    border-width: 0px 1px 0px 0px;
    width: 150px;
}

.right {
    padding-left: 10px;
    border: 1px solid #aaaaaa;
    border-width: 0px 0px 0px 1px;
    width: 150px;
}

h2 {
    font-size: 125%;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    font-weight: bold;
}


.data_table {
	width: 100%;
	}
	
.table_header {
	font-weight: bold;
	color: white;
	background-color: darkred;
	}
	
.form_table {
	width: 90%;
	}
	
.dato_numerico {
	font-size: 90%;
	text-align: right;
	}
	
.dato_testuale {
	font-size: 90%;	
	}
	
.dato_temporale {
	font-size: 90%;
	text-align: right;	
	}
	
.dato_booleano {
	font-size: 90%;
	text-align: center;
	}
	
.dato_button {
	text-align: center;
	}
	
.action_link {
	text-decoration: none;
	border: 1px dotted darkblue;
	border-width: 1px;
	}
	
A.action_link:hover {
	background-color: darkred;
	color: yellow;	
	}
	
.form_label {
	font-size: 80%;
	font-weight: bold;
	color: black;
	}

.form_data {
	font-size: 80%;
	}
	
.input_testuale {
	font-size: 90%;
	width: 600px;
	}
	
.row_highlight {
	background-color:#FFDDBB;
	}
	
.header_row {
	font-weight: bold;
	color: white;
	background-color: darkred;
	}
	
.simil_link {
	color: darkred;
	}

.descri_titolo {font: Arial;font-weight:bold;color:white;}
.descri {font: Arial;border-left-width:30px;border-style:solid;border-color:white;}
.titolo {background-color:#6E320A;}
.sub_titolo {background-color:#AE724A;}	

A.menu:visited {
	color: 8B0000;	
	font-weight:bold;
}

A.menu:hover {
	color: 0000FF;
	cursor: hand;	
	font-weight:bold;
}

A.menu {
	color: 8B0000;	
	text-decoration: none;
	font-weight:bold;
}

A.menublu:visited {
	color: 0000FF;	
	font-weight:bold;
}

A.menublu:hover {
	color: 0000FF;
	cursor: hand;	
	font-weight:bold;
	text-decoration: none;
}
A.menublu {
	color: 0000FF;	
	
	font-weight:bold;
}

A.link:visited {
	color: darkred;
	text-decoration: none;
}

A.link:hover {
	color: red;	
}

A.link {
	color: darkred;	
	text-decoration: none;
}
A.ancora:visited {
	color: #507A06;
	text-decoration: none;
	font-weight:bold;
}

A.ancora:hover {
	color: #8B0000;	
	font-weight:bold;
}

A.ancora {
	color: #507A06;	
	text-decoration: none;
	font-weight:bold;
}
.testo {
	line-height:150%;
	text-indent:6px;
	text-align:justify;
	}
.testo_not_indent {
	line-height:150%;
	text-align:justify;
	}
.lista {
	line-height:100%;
	text-indent:6px;
	}
.sottotitolo {
	line-height:150%;
	text-align:justify;
	}

table.dashed {
	border-bottom-style: dashed;
	border-right-style:none;
	border-left-style:none;
	border-top-style: none;
	
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width: 0px;
	
	border-bottom-color:red;
	}
	
A.ancorasd:visited {
	color: #507A06;
	text-decoration: underline;
	font-weight:bold;
}
A.ancorasd:hover {
	color: #8B0000;	
	font-weight:bold;
	text-decoration: none;
}
A.ancorasd {
	color: #507A06;	
	text-decoration: underline;
	font-weight:bold;
}