.centrat{
		text-align:center;
		}
	
a:link {
	text-decoration: none;
	color: #a0a1ab;
}
a:visited {
	text-decoration: none;
	color: #a0a1ab;
}
a:hover {
	text-decoration: none;
	border-bottom:1px solid #000;
	color: #000;
}
a:active {
	text-decoration: none;
	color:#000;
	border-bottom:1px solid #000;
}

a {
	font-weight: bold;
}
	
b,strong{
	font-weight:bold;
	color:#000;
}
	
/* general */

h1 {
	font-size:1.9em;
	margin:0px;
	padding:0px;
	padding:5px 0px 10px 0px;
}

h2 {
	font-size:1.5em;
	color: #f4940b;
	padding:5px 0px 0px 0px;
}

h3 {
	font-size:1.3em;
	color: #f4940b;
	margin:0;
	padding:0px 0px 5px 0px;
}

h4{
	font-size:1.6em;
	color: #f4940b;
	margin:0px;
	padding:0px 0px 10px 0px;
}
	
h5,th {
	font-size:1.4em;
	color: #f4940b;
	margin:0px;
	padding:0px;	
}

hr {
	width:100%;
	background-color: #f6c51a;
	height: 1px;
	border:0px;
}

p{
	color:#000;
	margin:0px;
	padding:5px 0px 5px 0px;
	line-height:1.4em;
	font-size:1.1em;
}

.dreta{
	text-align: right;
	}
	
.petita{
	font-size:0.8em;
	}

table{
	padding:0px 0px 20px 0px;
	}
	
td{
	padding:2px;
	border-bottom:1px solid #ccc;
	}

.titol{
	padding: 0px 5px 0px 30px;
	font-weight:bold;
	}
.titolcentrat{
	font-weight:bold;
	text-align:center;
	}
	
.tminima{
	font-weight:bold;
	color: blue;
	text-align:center;
	}
.tmaxima{
	font-weight:bold;
	color:red;
	text-align:center;
	}
img{
	border:0;
	}
