@charset "utf-8";
/* CSS Document */

html.body{
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	color: #333;
	margin: 2px auto;
	text-align:left;
    }

body {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	color: #333;
	margin: 2px auto;
	text-align:left;
	}
	
.componentheading {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-variant: small-caps;
	}
h1{ 
	color:#BC4736;
	text-align:center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:25px;
}
h3{
	color:#BC4736;
	text-align:left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
}	

li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}

/* ####################Format tables########################*/
table th{
	border: 0px;
	background: #666;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	padding-left:6px;
	padding-right:6px;
}

table td {
	font-size: 11px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
	}
table td.dreta{
	padding-right: 10px;
	text-align:right;
}
table td.centrat{
	text-align:center;
}
table td.resaltat{
	background:#dddddd;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}
table td.esquerra{
	padding-left: 10px;
	text-align:left;

