@charset "iso-8859-1";
/* author: estudi-WEB.com */
/* Creation date: 02/03/2004 */

/**** GLOBAL PER TOT EL DOCUMENT ****/

/* Pàgina Principal */
BODY { font-family: Arial, Helvetica, sans-serif; background-color: #DCDCDC; 
       text-align: center; }
/* Lletres per a titol i textes*/
H1 { text-align: center; font-family: AvantGarde Bk BT, Arial, Helvetica, sans-serif; }
H3 { text-align: center; }
H4 { text-align: justify; margin: 15 15 15 15;}
/* Enllaç normal */
A:link { color: #006633 }
/* Enllaç visitat */
A:visited { color: #006633 }
/* Enllaç actiu (quan li fem el clic) */
A:active { color: #006633 }
/* Quan ens trobem a sobre amb el ratolí */

/**** DEFINIM CLASSE PER A TAULES DE NOVETATS ****/
TABLE.cl_nove { border-width: 1; border-style: solid; border-color: #696969; width: 630; }
TABLE.cl_nove TH { background-color: #F4F4F4; font-weight: normal; text-align: left; font-size: 14; }  
TABLE.cl_nove TD { background-color: #ffff99; font-weight: normal; text-align: justify; font-size: 14; }  

/**** DEFINIM CLASSE PER A TAULES BÀSIQUES ****/
TABLE.cl_basi { border-width: 1; border-style: solid; border-color: #696969; }
TABLE.cl_basi TH { background-color: #F4F4F4; font-weight: normal; text-align: left; font-size: 14; }  
TABLE.cl_basi TD { background-color: #ffff99; font-weight: normal; text-align: justify; font-size: 14;
                   padding: 10,10,10,10; }  

/* Lletra per data */	    
TT { color: #006633; size: 2; font-family: Arial, Helvetica, sans-serif; }                    