@charset "UTF-8";
td.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	color: #FF0000;
	background-image: url(immagini/menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
td.sottomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	background-color: #DEF695;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5D611;
}
td.tabella {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #def695;
	border-bottom-color: #def695;
	border-left-color: #def695;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
td.tabella1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #def695;
	border-bottom-color: #def695;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #def695;
	background-color: #FFFFFF;
}
body {
	background-image: url(immagini/sfondo.gif);
	background-repeat: repeat;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	border: 1px solid #def695;
}
