/* Solarch */
A:link, A:visited, A:active {
	color: #ffffff;
	text-decoration: none;
}

A:hover
{
	color: #F36523;
	text-decoration: none;
}

table.barra {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 300px;
	border-bottom: 0px;
	height: 600px;
}

table.progetti {
	width: 528px;
	height: 81px;
	background-color: #414141;
}

table.progetti2 {
	background-image: none;
	width: 400px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: transparent;
}

body {
	font-weight: 600;
	font-size: 12px;
	margin: 0px 50px 10px 0px;
	color: #ffffff;
	font-style: normal;
	font-variant: small-caps;
	font-family: Verdana, helvetica, arial;
	background-color: #212021;
	line-height: 1.5;
	text-align: justify;
}

td {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-variant: small-caps;
	font-family: Verdana, helvetica, arial;
	line-height: 1.5;
}

table.indice {
	background-position: top, left;
	background-repeat: no-repeat;
	text-justify: newspaper;
}

.barre {
	font-weight: 600;
	font-size: 12px;
}

.titoliArancio {
	font-weight: bolder;
	font-size: 18px;
	color: #f36523;
	direction: rtl;
	text-indent: 30pt;
	line-height: 30pt;
}

.titoliArancio2 {
	font-weight: bolder;
	font-size: 18px;
	color: #f36523;
}

.testoArancio {
	color: #F36523;
}

.testoGiustif {
	text-align: justify;
}

td.barraChi {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

@media print
	{
		@
			page
			{
				margin: 5%;
				background-image: none;
			}
			img
			{
				display: none;
			}
			table
			{
				background-image: none;
			}
	}