body{
	overflow: auto;
	margin: 0px;
	text-align: center;
	font-family: arial;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table{
	height: 100%;
}
.td_testata {
	background-color: #CCCCCC;
}
.td_menu {
	background-color: #ffffff;
	vertical-align: top;
	border-bottom: solid 2px #B0C4DE;
}
.td_body{
	height: 100% ;
	vertical-align: top;
	text-align: justify;
}
.td_submenu {
	vertical-align: top;
	text-align: center;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border-color: #B0C4DE;
	vertical-align: top;
	height: 100%;
}
.td_body2{
	vertical-align: top;
	text-align: justify;
}
.td_piede{
	height: 20px ;
	background-color: #B0C4DE;
	font-family: arial;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
.button_0{
	text-align:center;
	vertical-align:middle;
	color:#000000;
	background-color: #DCE6F3;
	cursor:pointer;
}
.button_1{
	text-align:center;
	vertical-align:middle;
	color:#000000;
	cursor:pointer;
}
.titolo{
	font-size: 26px;
	font-family: arial;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF9C1D;
	margin-top:0px;
	text-align: center;
}
.titolo2{
	font-size: 16px;
	font-family: arial;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	color: #FF9C1D;
	margin-top:0px;
	text-align: center;
}
.titolosubmenu{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top:5px;
	text-align: center;
}