body {
	table-layout:fixed;
	empty-cells:show;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#FFFF65;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

div.menu a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #555794;
	position: relative;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	
div.menu a:hover{
	text-decoration: underline;
}


td.mod {
	border: 2px solid #555794;
	text-align: justify;
	vertical-align:top;
}

td.mod a{color:#555794;
text-transform: uppercase;
}

td.mod a:hover{
}

div.bottom{
	color: #FFFFFF;
	background-color: #555794;
	position: relative;
	text-transform:capitalize;
	}
	
.generale{
	text-align: left;
}

img{
	border:none
	}

