a {
	color:#FF0000;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:#000000 0px none;
}


p {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}
table {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}
div {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}
li {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}

.normal {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}
.h1 {
	font-family:Verdana,Arial;
	font-size:13pt;
	color:#6B7AA3;
	font-weight:bold;
	margin:0px 0px 17px 0px;
	padding:0px;
}
.h2 {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	margin:12px 0px 4px 0px;
	padding:0px;
}
.h3 {
	font-family:Verdana,Arial;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	margin:6px 0px 0px 0px;
	padding:0px;
}
.h4 {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h5 {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#6B7AA3;
	font-weight:bold;
	font-style:italic;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h6 {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#6B7AA3;
	font-weight:bold;
	letter-spacing:1px;
	margin:4px 0px 0px 0px;
	padding:0px;
}

.SubMenu {
	font-family:Verdana,Arial;
	font-size:10px;
	color:#6B7AA3;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}

.Copyright {
	font-family:Verdana,Arial;
	font-size:10px;
	color:#6B7AA3;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height:140%;
	margin:0px;
	padding:0px;
}



/**** blocco MENU ****/
.menu{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #D9DDE7;
	/*	font: bold 15px Verdana; */
}
.menu ul{
	font: bolder "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	list-style-type: none;
}
.menu li{
	display: inline;
	margin: 0;
}
.menu li a{
	font: bold 120% Verdana;
	float: left;
	display: block; /*	text-decoration: none; */
	margin: 0;
	padding: 7px 8px;
	border-right: 3px solid white;
	border-top: 3px solid white;
	color: white;
	background: #909DBF;
}
.menu li a:visited{
	color: white;
}
.menu li a:hover{
	background: #6B7AA3;
}
.menu li.selected a{
	background: #4D4EFF;
}


/*** menu in linea ***/
.lineMenu {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: Blue;
	font-weight: bold;
}

.lineMenu a{
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #6B7AA3;
	font-weight: bold;
}

/***************/

