body {
	margin: 0px;
	height: 100%;
	background-color: #5A5B4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
html { 
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.totaleindex{
	height: 95%;
	width: 760px;
	background-color: #EAEBDC;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #536265;
}
.totale{
	height: 95%;
	width: 760px;
	background-color: #F4F5E4;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #536265;
}

.footer{
	height: 5%;
	width: 760px;
	background-color: #C7C8BB;
	font-size: 10px;
	color: #536265;
	text-align: center;
}
.footer img {
	vertical-align: middle;
}
.col1{
	width: 254px;
	border-right: 1px solid #C7C8BB;
	vertical-align: top;
	background-color: #EAEBDC;
	background-image: url(img/bg_col1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.col1 img {
	float: right;
}
.col2{
	background-image: url(img/triangolino2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 132px;
	vertical-align: top;
}
.titolo {
	font-size: 15px;
	color: #0A99AE;
	font-weight: bold;
	text-transform: uppercase;
}
.sottotitolo {
	font-size: 10px;
	color: #536265;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
.testoarancio {
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
}

/* ---------- link ---------- */

.linkgrigio{
	font-weight: normal;
	color: #536265;
}
.linkazzurro{
	font-weight: bold;
	color: #0A99AE;
}
.linkarancio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
}

