.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: inline;
	font-weight: normal;
	font-size: 13px;
}
a.menu {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
a.menu:hover {
	color: #FF9900;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 5px 0px 0px;
}
a.elenco {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	border: 1px dotted #003366;
	display: block;
	text-decoration: none;
	padding-left: 5px;
}
a.elenco:hover {
	text-decoration: none;
	color: #FF9900;
}

td.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	height: 20px;

}
td.cont {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #648AA6;
	padding: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #487696;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
}
td.cont1 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #648AA6;
}
ul {
	list-style-type: circle;
}
li {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
td.barra {
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;


}
a.subelenco {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	border: 1px dotted #003366;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
a.subelenco:hover {
	text-decoration: none;
	color: #FF9900;
	margin-right: 10px;
	margin-left: 15px;
	padding-left: 5px;
}

