/* CSS Document */

.ttesto{
	font-size: 1em;
	color: #000;
}

.ttesto a:link {
    color: #ff6600;
	text-decoration: none;
}
.ttesto a:visited {
	text-decoration: none;
	color: #ff6600;
}
.ttesto a:hover {
	text-decoration: none;
	color: #ffff00;
}
.ttesto a:active {
	text-decoration: none;
}

.tmenu {
	font-size: 0.8em;
	color: #333;
}

.tmenu a:link {
	color: #fff;
	text-decoration: none;
}
.tmenu a:visited {
	text-decoration: none;
	color: #fff;
}
.tmenu a:hover {
	text-decoration: none;
	color: #ffff00;
}
.tmenu a:active {
	text-decoration: none;
}

.indicatore {
	position:relative;
	font-weight: bold;
	font-size:1.2em;
	width:201px;
	height:25px;
	padding-left: 18px;
	left:0px;
	background: url(../interfaccia/pulsmenusx.gif) no-repeat top left;
}

.titolo {
	color:#0066ff;
	font-weight: bold;
	font-size:1.15em;
	height:20px;
}