A:link, A:visited, A:active { text-decoration: none; }

@font-face { 
	font-family:"Trebuchet MS"; 
	src:local(Trebuchet MS), url(fonts/trebuc.ttf) format(TrueType); 
} 

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}

.cella {
	background-color: #0184A9;
	font-family: Tahoma, Verdana;
	font-size: 9px;
}
.textmarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 10pt;
	font-weight: bold;
}
.textmarge:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: underline;
	text-indent: 10pt;
	font-weight: bold;
}
.textnegrita {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.textnegrita:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
.textblanc {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.textblanc:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: underline;
}
.liniahoritz {
	background-image: url(imatges/linia_horitz.jpg);
	width: 80%;
	background-repeat:   repeat-x;
	background-position: center;
}
.textjusti {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.textpetit {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
}
.textpetit:hover {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
text-decoration: underline;
}
.quadre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
}
