html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	scrollbar-arrow-color: grey;
	scrollbar-3dlight-color: White;
	scrollbar-face-color: #FAFAFA;
	scrollbar-base-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: tranparent;
	scrollbar-darkshadow-color: #cccccc;
	
	padding: 0px;
	margin: 0px;
}
div#tot {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	background-color: none;
}

.titol {
	font-size: 9px;
}
.negreta {
	font-weight: bold;
}
#Table_01 { background:url(img/2010/fons_quadre.jpg); width:500; }
h1 {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	display: block;
}
.minuscules {
	text-transform: lowercase;
}
.majuscula_titol {
	text-transform: capitalize;
}

ul {
	list-style-position: outside;
	list-style-image: url(img/i_punt.png);
}
