/* Fulla d'estil per determinar el tipus de lletra de tot el website */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	margin-top:15px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-face-color:#0000FF;
	scrollbar-highlight-color:#0000FF;	
	scrollbar-3dlight-color:#0000FF;
	scrollbar-shadow-color:#0000FF;
	scrollbar-darkshadow-color:#0000FF;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-track-color:#FFFF00;
}

a:Link, a:Visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:Hover {
	color: #000000;
	text-decoration: none;
}

#cataleg_nivell_1 {
	font-size:18px;
	font-weight: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
}

.lletra_semigran {
	font-size: 14px;
}

.lletra_gran {
	font-size: 18px;
}