body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #EEEEEE;
	margin: 0;
}

.td_sommario {
	width: 180px;
}

.content {
	margin: 10px;
	width: 640px;
}


.titolo_content {
	color: #FF4500;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*
.titolo_tabella {
	color: White;
	font-weight: bold;
}

.titolo_tabella_home {
	color: #993300;
	font-weight: bold;
	text-align: center;
}

.bordo_tabella {
	border: #4F524F solid 1px;
}
*/

.banner_top {
	background-color: #000000;
	height: 80px;
}

.box_categoria {
	color: #FFFFFF;
	padding: 5px;
	margin: 3px;
	text-align: center;
	background-color: #000000;
}

.box_linkhome {
	padding: 5px;
	margin: 3px;
	text-align: center;
	border: 1px black solid;
	background-color: white;
}

.box {
	border: solid #CCCCCC 1px;
	margin: 5px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.input {
	border: solid 1px #999999;
}

a:link    {text-decoration: underline; color: #4F524F;}
a:active    {text-decoration: underline; color: #4F524F;}
a:visited {text-decoration: underline; color: #4F524F;}
a:hover   {color: #4F524F; text-decoration: none;}

a.tabella:link    {text-decoration: none; color: black;}
a.tabella:active    {text-decoration: none; color: black;}
a.tabella:visited {text-decoration: none; color: black;}
a.tabella:hover   {color: black; text-decoration: underline;}

/*________________________ TABELLA CONTENUTO ________________________*/
.tabella_content {
border: solid 1px black;
}

.tr_intestazione {
background-color: #E7E7E7;
}

/* _______________________ MENU DI NAVIGAZIONE _______________________*/

#navmenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#navmenu a
{
display: block;
font-weight: bold;
color: black;
width: 155px;
height: 22px;
padding: 2px 6px;
padding-top: 5px;
text-decoration: none;
text-align: center;
border: 1px solid white;
}
#navmenu a:hover
{
border: 1px solid black;
}
#navmenu li { 
	margin: 5px; 
}
