.READER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #616A85;
	text-decoration: none;
}
.SUB-HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.SMALL-TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.MENU-TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.sfondoBianco {
	background-color: #FFFFFF;
}
.sfondo-blue {
	background-color: #9CCCF4;
}


.BIG-TITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.BORDO-WHITE {
	border: 1px solid #FFFFFF;
}
.BORDO-GREY {
	border: 1px solid #CCCCCC;
}
.sfondo-lblue {
	background-color: #D9EAFA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sfondoBiancoBR {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1D2951;
	border-right-color: #1D2951;
	border-bottom-color: #1D2951;
	border-left-color: #1D2951;
	border-top-style: solid;
	border-bottom-style: solid;
}
.sfondo-blueDark {
	background-color: #1E2950;
}
.sfondo-grey {
	background-color: #666666;
}
