BODY {
	font-family: sans-serif;
	font-size: 16px;
	background-color: #DDDDDD;
}
TABLE.curriculum {
	border-collapse: collapse;
	width: 100%;
	empty-cells: show;
	border: 2px solid black;
}
TABLE.tabellaAttrezzature {
	empty-cells: show;
	border-collapse: collapse;
	border: none;
	margin-top: 6px;
	margin-left: 20px;
	font-size: 14px;
}
TABLE.tabellaAttrezzature TD {
	border: 1px solid black;
}
TD.titoloDocumento {
	text-align: right;
	font-weight: 600;
	font-size: 25px;
	border-right: 2px solid black;
	width: 325px;
	padding-right: 10px;
	background-color: #9FD5E7;
	padding-top: 20px;
	padding-bottom: 40px;
}
TD.titoloSezione {
	text-align: right;
	font-weight: bold;
	border-right: 2px solid black;
	width: 325px;
	padding-right: 10px;
	background-color: #9FD5E7;
}
TD.titoloSottoSezione {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border-right: 2px solid black;
	width: 325px;
	padding-right: 10px;
	background-color: #9FD5E7;
}
TD.nomeCampo {
	text-align: right;
	vertical-align: top;
	border-right: 2px solid black;
	width: 325px;
	padding-right: 10px;
	background-color: #9FD5E7;
}
TD.valoreCampo {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	background-color: #FFFFFF;
}
TD.valoreCampo P {
	margin-top: 0;
	margin-bottom: 10px;
}
DIV.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	font-family: serif;
	font-style: italic;
}
DIV.footer P {
	margin-top: 0;
	margin-bottom: 5px;
}
DIV.footer IMG {
	border: 0;
}
P.lastUpdate {
	font-style: normal;
	font-variant: small-caps;
}
A {
   	text-decoration: none;
}
UL{
	margin-top:0;
	margin-bottom:20px;
}
DIV.footerForPrint {
	display: none;
}