/*
+---------------------------------------------------------------------------+
|                        estil.css		                            |
+---------------------------------------------------------------------------+
|                                                                           |
| Modul      : Fitxer de estil de la seccio del grup			    |
|                                                                           |
| Descripcio : Aquest fitxer conte la descripcio del estil de les diferents |
|              etiquetes html	  					    |
|                                                                           |
|                                                                           |
| Programador: Robert Blanch.                                               |
| Ultima Rev.: 1/07/2003                                                   |
|                                                                           |
| Codi       : CSS	                                                    |
|                                                                           |
+---------------------------------------------------------------------------+
*/
BODY { 
background-color: #4A8BCD;
}

P {
font-family:Arial;
font-size:11pt;
font-weight:normal;
color: #000000;
}

H1 {
font-family:verdana;
font-size:12pt;
font-weight: bold;
font-variant: normal;
color: #BF0D1D;
}

H2,H3,h4,h5,h6{
color:#BF0D1D;
}
td{
font-family:Arial;
font-size:11pt;
font-weight:normal;
color: #000000;
}

td.form {
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#006699;
}

ol,li,lh,lu{
color:#4a39ad;
}

li.nom {
font-family:Verdana;
font-size:12pt;
font-weight:normal;
color:#000000;
}

A:link {
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color: #FFC547;
}
a:visited {
font-family:Verdana;
font-size:12pt;
font-weight:normal;
color: #FFFC547;
}

b.titol {
font-family:Verdana;
font-size:11pt;
font-weight:bold;
color: #006699;
}

A.pag {
font-family:Verdana;
font-size:11pt;
font-weight:normal;
color: #006699;
}


