/* CSS Document */

.ttesto{
	font-size: 1em;
	color: #000;
}

.ttesto a:link {
    	color: #007CB6;
	text-decoration: none;
}
.ttesto a:visited {
	text-decoration: none;
	color: #007CB6;
}
.ttesto a:hover {
	text-decoration: none;
	color: #f8c52e;
}
.ttesto a:active {
	text-decoration: none;
}

.tmenu {
	font-size: 0.7em;
	color: #333;
}

.tmenu a:link {
	color: black;
	text-decoration: none;
}
.tmenu a:visited {
	text-decoration: none;
	color: black;
}
.tmenu a:hover {
	text-decoration: none;
	color: #007CB6;
}
.tmenu a:active {
	text-decoration: none;
}

.indicatore {
	position:relative;
	font-weight: bold;
	font-size:1.2em;
	height:20px;
	padding-left: 22px;
	left:0px;
	background: url(../interfaccia/indicatore.gif) no-repeat top left;
}

.titolo {
    font-family:Verdena; 
	color:#007CB6;
	padding-top:20px;
	font-weight: bold;
	font-size:1.15em;
	height:20px;
}
.img {
border:0px;
}