/* CSS Trento Servizi */

body {
	background-color: #080808;
	margin-top: 0;
	background-repeat: repeat-x;
}

a { text-decoration: none; }

img {
	text-decoration: none;
	border: 0px;
 }
 
.img1 {
	border:2px solid #f17c16;
	float:left;
	text-decoration:none;
	cursor:pointer;
}

.img2 {
	border:2px solid #dd137b;
	float:left;
	text-decoration:none;
	cursor:pointer;
}

.img3 {
	border:2px solid #009ae8;
	float:left;
	text-decoration:none;
	cursor:pointer;
}

.bg { background-repeat: no-repeat;	}
 
h2 { color: #fff500;
	font-family: Trebuchet MS, Arial, Verdana, SansSerif;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	}
	
	

	
.titolo {
	color: #fff500;
	font-family: Trebuchet MS, Arial, Verdana, SansSerif;
	font-size: 15px;
	font-weight: normal;
	line-height: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	}



.testo {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Verdana, SansSerif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	
}

.testo_piccolo {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Verdana, SansSerif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}

a.testo_piccolo:link,
a.testo_piccolo:visited {
	color: #028bd1;
	text-decoration: none;
	font-weight: normal;	
}
a.testo_piccolo:hover {
	color: #ffffff;
	}

.testo_piccolo_evidenziato {
	color: #028bd1;
	font-family: Trebuchet MS, Arial, Verdana, SansSerif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}

.evidenziato { color: #fff500;}

a.evidenziato:link,
a.evidenziato:visited {
	color: #fff500;
	text-decoration: none;
	font-weight: bold;	
}
a.evidenziato:hover {
	color: #ffffff;
	}