BODY {
	background-color: White;
}

td.menu {
	width: 90px;
	background-color: Navy;
}
td.space {
	width: 9px;
}
a.menu {
	color: #F1F1A2;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:HOVER {
	color: White;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.menu_small {
	color: #F1F1A2;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.menu_small:HOVER {
	color: White;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
hr.menu {
	width: 90%;
	color:  #F1F1A2;
	height: 1px;
}



.logo {
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
}
.sublogo {
	color: Navy;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


.page {
	font-family: Arial;
	font-size: 11px;
}
.titolo {
	color: Navy;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.sottotitolo {
	color: Black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.titolone {
	color: Navy;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}



a.link {
	color: #006300;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}
a.link:HOVER {
	color: #30CC30;
	text-decoration: underline;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}
a.link_sottotitolo {
	color: #006300;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a.link_sottotitolo:HOVER {
	color: #30CC30;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

