.Bordo {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F76C18;
	border-right-color: #F76C18;
	border-bottom-color: #F76C18;
	border-left-color: #F76C18;
}
.TitoloPagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.Corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	letter-spacing: normal;
	white-space: normal;
	line-height: 18px;
}
.CorpoColorato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F76C18;
	padding: 2px;
	margin: 2px;
}
.BordoFoto {

	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;
}
.BordoSx {
	border: 1px ridge #CCCCCC;
}
