/* PROPIETATS DEL COS */
BODY      
{
  background-color: #FFFFFF;
  color: black;
  text-align: left; 
  font-family:'Verdana'; 
  font-size:10pt
}

/* PROPIETATS DEL PARAGRAF */
P         
{
  color: black; 
  text-align: left; 
  font-family:'Verdana'; 
  font-size: 9pt;
  font-weight: normal
}

P.TITOL1
{
  color: black;
  text-align: center; 
  font-family:'Verdana';
  font-size:16pt;
  font-weight: normal
}

P.TITOL2
{
  color: black; 
  text-align: left; 
  font-family:'Verdana';
  font-size:12pt;
  font-weight: normal
}

/* TIPUS DE LLETRA DINS D'UNA TAULA (LA NORMAL) */
TABLE
{
  text-align: left; 
  font-family:'Verdana'; 
  font-size: 10pt;
  font-weight: normal;
  color: black
}

/* CLASSES DE FONTS */
FONT.NORMAL
{
  color: black; 
  font-family:'Verdana'; 
  font-size: 10pt;
  font-weight: normal
}

FONT.NEGRETA         
{
  color: black; 
  font-family:'Verdana'; 
  font-size: 10pt;
  font-weight: bold
}

FONT.TITOL1
{
  color: black;
  font-family:'Verdana';
  font-size:16pt;
  font-weight: normal
}

FONT.TITOL2
{
  color: black; 
  font-family:'Verdana';
  font-size:12pt;
  font-weight: normal
  font-effect: underline
}

FONT.TITOL3
{
  color: black; 
  font-family:'Verdana';
  font-size:14pt;
  font-weight: normal
}

/* ESTIL DELS ENLLAÇOS */
A:LINK    {color: blue; TEXT-DECORATION: underline; font-family:'Verdana'; font-size:9pt}
A:VISITED {color: blue; TEXT-DECORATION: underline; font-family:'Verdana'; font-size:9pt}
A:ACTIVE  {color: blue; TEXT-DECORATION: underline; font-family:'Verdana'; font-size:9pt}
