@charset "utf-8";
.MyBody {
	background-color: #CCFF00;
	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 {
	background-color: #A2CBFD;
	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: #009933;
	margin: 0px;
	padding: 0px;

}
.MySecondaryTable {
	text-align: justify;
	margin: 5px;
	padding: 5px;
}

.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;
}
