/* CSS Document */
body {
	background-image: url(Immagini/new-sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5821F;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
}
body, tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color:#FF0000;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited,active {
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
#menu a{
	color:#F5821F;
	font-weight: bold;
	display:block;
	text-align:center;
	float:left;
	width:100px;
	font-size: 11px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F5821F;
	height: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 4px;
	font-style: normal;
	background-color: #002c62;
}
#menu a:hover{
	color: #002C62;
	font-weight: bold;
	display:block;
	text-align:center;
	float:left;
	width:100px;
	font-size: 11px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #002C62;
	height: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 4px;
	font-style: normal;
	background-color: #F5821F;
}
.titolo-blu {
	color: #002C62;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titolo-arancione {
	color: #F5821F;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.intestazione-pag {
	display:block;
	color: #F5821F;
	background-image: url(Immagini/id-titolo-pag-bluaranc.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 30px;
	line-height: 27px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	width:400px;
}
.sottomenu a {
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #002C62;
	background-position: center center;
	margin: 1px;
	font-variant: small-caps;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #002C62;
}
.sottomenu a:visited{
	color: #002C62;
}
.sottomenu a:active {
	color:#002c62;
}
.sottomenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #002c62;
}
