@charset "utf-8";
.MyBody {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	color: #009933;
	margin: 0px;
	padding: 0px;


}
.MyMainTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #006699;
	margin: 0px;
	background-image: url(../Images/sfondoBlu_inv.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	background-position: top right;

}
.MySecondaryTable {
	text-align: justify;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}

.StileTestoNormale {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.StileTestoTitoloModello {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #000000;
	font-variant: normal;
}

