/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #22457B;
	background-image: url(fons0.gif);
}
a { 
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
a:hover{
    color: #26477d;
	text-decoration: underline;
}

a.menulink {
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none; 
}

a.menulink:hover{
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.taula {	
    border-color: #22457B;  
    border-width: 1px;
    border-style: solid;
}

.taula td{
    border-color: #22457B; 
    border-width: 1px;
    border-style: solid;
}
.titol {
	width: 125px;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #26477D;
	background-color: #9DD3FF;
}
.taula-categoria td {
    border-width: 0px;
	background-color:#CAEDFF;
	text-align: center;
}
.select-link {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	color: black;
	width: 100%;
    border-width: 2px;
	border-style: solid;
	border-color: #CAEDFF;
	background-color: #CAEDFF;
}
a.copyright, a.copyright:hover {
	font-size: 12px;
	color: white;
	text-align: right;
	font-family: Georgia,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.aclaracions { 
	margin:2px; 
	font-size: 13px; 
	color: #FFFFFF; 
}