body {
	color: Black;
	background-color: #FFFFff;
	font-family: Arial, monospace;
	font-size: 11px;
	text-align: justify;
		}

a {
	color: Red;
	text-decoration: underline;
}

a:hover {
	color: Fuchsia;
	text-decoration: blink;
}
img.a-d-me { float: right; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.ae-smd {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
 }

img.ad-sme { float: right; 
	margin-left: 10px;
}
.nav{
	vertical-align: middle;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*
Definició dels estils per aplicar a les taules
	alineades a la dreta i marge a l'esquerra  (ad-me-bb)
	alineades a l'esquerra i marge a la dreta  (ae-md-bb)
en tots dos casos es defineix un borde d'1px i color blanc
*/
table.ad-me-bb{
            float: right;
            margin-top: 3px;
            margin-right: 0px;
            margin-left: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            border-right: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
}

table.ae-md-bb{
            float: left;
            margin-top: 3px;
            margin-right: 10px;
            margin-left: 0px;
            margin-bottom: 10px;
            border-bottom: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            border-right: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
}

tr.titol{
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 14px;
            letter-spacing: 3px;
            text-align: center;
            width: 3px;
            font-weight: bold;
}

.titol_vermell {
				font-size: 16px;
				font-weight: bolder;
            color: #990000;
				margin-top: 30px;
				margin-bottom: 10px;
            letter-spacing: 3px;
            text-align: center;
				} 
.titol_activ {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #000000;
	width: auto;
	padding: 5px;
	height: auto;
				} 
.titol_activ_kaki {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #bab690;
	width: auto;
	padding: 5px;
	height: auto;
				} 
.titol_activ_blanc {
	font-size: 14px;
	font-weight: 900;
	color: #000000;
	margin-top: 30px;
	text-align: left;
	background-color: #ffffff;
	width: auto;
	height: -5px;
	line-height: normal;
	vertical-align: sub;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
				} 
.titol_activ_taronja {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #ff6600;
	width: auto;
	padding: 5px;
	height: auto;
				} 
table.a-e-md { float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
    margin-top: 3px;
    margin-left: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
table.a-d-me { float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
    margin-top: 3px;
    margin-right: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
table.bordes{ float: none; 
	border-bottom: 1px groove #FFFFFF;
	border-left: 1px groove #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
td.titol{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	Font-weight: bold;
	height: 5px;	
}

.bordes{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.sinborde {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border: 0;
}

td.border {

      border: solid ;
 background-attachment: 
}

table.coll 
{
border-collapse: collapse;
}
table.sep
{
border-collapse: separate;
}
.lin{
border: 1px solid #DADADA;
}
.linrojo{
border: 1px solid #ff0000;}
