BODY {
      background: white;
     }


A {
  text-decoration: none;
  }

.bsup {
  color : white;
  text-decoration : none;
}

.cad {
  color : #0F67B2;
  text-decoration : none;
  font-weight: bold;
}


A:hover: {
	    text-decoration: underline;
	   }

A.bsup:hover {
  color : white;
}

A.cad:hover {
  color : red;
  text-decoration : none;
  font-weight: bold;
}


P { 
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    color: black;
  }

.mini {font-size: 8pt;}

.supmini {font-size: 7pt;}

.bmini {font-size: 8pt;
        font-weight: bold;}

.bminia {
        font-size: 8pt;
        font-weight: bold;
        color: #0F67B2;
        }  
            

.normal {font-size: 10pt;}
.bnormal {font-size: 10pt;
          font-weight: bold;
         }
.bnormala {
        font-size: 10pt;
        font-weight: bold;
        color: #0F67B2;
        }  


.grande {font-size: 12pt;}
.bgrande {font-size: 12pt;
          font-weight: bold;
         }

.enorme {font-size: 14pt;}
.benorme {font-size: 14pt;
          font-weight: bold;
         }

.titulos {font-size: 13pt;
          font-weight: bold;
          color: #0F67B2;
         }



   
	
UL {
    font-family: Verdana, Arial, Helvetica, Sans-serif;    
    font-size: 8 pt;
    text-align: justify;
}  


