body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

td.logo {
	width: 155px;
	height: 200px;
	vertical-align: top;
}

td.fmenu {
	background-image: url(images/fondo_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 155px;
	height: 350px;
}

td.testata {
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
	width: 585px;
	padding: 0px 10px 0px 0px;
}

#menu {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

#menu a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
	text-align: right;
	background-color: #EEF2FF;
	width: 139px;
	padding: 4px 3px 4px 3px;
	margin: 5px 0px 18px 0px;
	border: 1px solid #7DA4FF;
	border-left: 4px solid #7DA4FF;
	display: block;
}

#menu a:hover {
	color: black;
	background-color: white;
	border: 1px solid #7DA4FF;
	border-left: 4px solid black;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #7DA4FF;
	margin-bottom: 3px;
	text-align: center;

}

.contenuto {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 2px solid #DBDBDB;
	border-right: 2px solid #DBDBDB;
	border-left: 1px solid #EBEBEB;			
	margin-left: 20px;
	background-color: #FCFCFC;
	letter-spacing: 1px;
}

a.link1 {
	text-decoration: none;
	border-bottom: 1px solid #BBBBBB;
	color: Navy;
}

a.link1:hover {
	border-bottom: 1px solid #333333;
	color: Blue;
}

a.ordina {
	display: block;
	padding: 6px 0px 6px 0px;
	width: 300px;
	color: White;
	background-color: #4777D6;
	border-right: 2px solid Navy;
	border-bottom: 2px solid Navy;
	border-top: 2px solid #9BB5E8;
	border-left: 2px solid #9BB5E8;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

a.ordina:hover {
	background-color: #A1B9E8;
	color: Black;	
	border-left: 2px solid Navy;
	border-top: 2px solid Navy;
	border-bottom: 2px solid white;
	border-right: 2px solid White;
}

li {
	list-style-image: url(images/punto1.jpg);
	vertical-align: middle;
}