TD {
	background-repeat : no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.repeatx {
	background-repeat : repeat-x;
}

.repeaty {
	background-repeat : repeat-y;
}

.indirizzo {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 10px;
	padding-top : 0px;

}

P {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	text-align : justify;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
	color : #000066;
}

.menu_hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration: underline;
	color : blue;
}

.selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color : White;
}

a {
	font-size: 13px;
	font-weight:bold;
	color: blue;
}

a:hover {
	color: red;
}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align : left;
	color: #000066;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align : center;
	color: #000066;
	text-decoration : underline;
}

.sfondo {
	background-color: #c6e3f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color : #000000;
	font-weight:bold;
}

.sfondo_scuro {
	background-color: #000066;
}

.box {
	background-color: #FDEDD1;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}

.box_white {
	background-color: #FFFFFF;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}


li {
	padding-left : 10px;
	text-align : justify;
	padding-top : 4px;
}