@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0CA381;
	font-size:12pt;
	font-style:italic;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*DIV content , serve per cambiare il colore del fondo*/	
#contentOrange {
	background-color:#FF9B00;
	height: 700px;
	width: 100%;
}
#contentGreen {
	background-color:#72BA70;
	height: 900px;
	width: 100%;
}
/*Dimensione DIV testata*/
#hend {
	float:left;
	width: 100%;
	height:auto;
	text-align: center;
}
#bodyCont {
	float:left;
	width: 100%;
	text-align: center;
	height:auto;
}
#foot {
	float:left;
	width: 100%;
	text-align: center;
	height:130px;
}

/*Stile testo*/

.Bodycopy{
	font-size:medium;
	font-style:italic;
	color:#FFFFFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Headline{}
.Visual{}
.menuFoot{
	color:#FFFFFF;
	font-size:12;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.Note{
	font-size:xx-small;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
 }

.menuDIV{
	color:#009999;
	font-size:12;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: center center;
}
.visual250x250 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.MessaggiBox250 {
	text-align: center;
	height: 250px;
}
.Messaggi250 {
	text-align: center;
}
.MessaggiTitolo250 {
	text-align: center;
	font-size: x-large;
	color: #006633;
}