.READER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	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: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.MENU-TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MENU-TEXT-WHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.BORDO-GREY {
	border: 2px solid #CCCCCC;
}
.sfondoBianco {
	background-color: #FFFFFF;
}
.sfondo-orange {
	background-image: url(Images/Sfondo-orange.jpg);
}


.BIG-TITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.BORDO-WHITE {

	border: 1px solid #FFFFFF;
}
.BORDO-below {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3B210;
	border-right-color: #F3B210;
	border-bottom-color: #F3B210;
	border-left-color: #F3B210;
}
.sfondo-rosso {
	background-color: #EE1D23;
}
.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: #C22138;
	border-right-color: #C22138;
	border-bottom-color: #C22138;
	border-left-color: #C22138;
	border-top-style: solid;
	border-bottom-style: solid;
}
.sfondo-black {
	background-color: #000000;
}
.BIG-TITLE-WHITE {
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.READER-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
