.Grande {  
  font-size: 24px; 
  font-weight: bold;
}
.normal { 
  font-size: 14px; 
  font-weight: normal;
}
.pequenio { 
  font-size: 12px; 
  font-weight: normal 
}
.diminuto { 
  font-size: 9px; 
  font-weight: normal 
}
.normalResaltado { 
  font-size: 14px; 
  font-weight: bold; 
  font-style: italic; 
  text-decoration: underline; 
  color: #333333
}
.negIt { 
  font-size: 14px; 
  font-weight: bold; 
  font-style: italic; 
}  
.nota { 
  font-size: 9px; 
  font-weight: normal; 
  line-height: normal; 
  color: #333333; 
  text-align: justify;
}
p {
  font-size: 14px; 
  font-weight: normal;
  text-align: justify;
}          