p, ul, ol, li, td, h1, h2, h3 {
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  }

p, ul, ol, li, td, h2, h3 {
  font-size: 12px;
  }
p {
  text-align: justify;
  }

h1 {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  }
  
h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  }

h3 {
  font-weight: bold;
  }

.def {
  color: green;
  font-weight: bold;
  }

.upper {
  text-transform: uppercase;
  }

dt {
  text-transform: uppercase;
  font-weight: bold; 
  }

td.clm_addr {
  height: 30;
  }

td.clm_submit {
  text-align: center;
  }

span.warn {
  font-weight: bold;
  font-size: 12px;
  color: red;
  }

.ctr {
  text-align: center;
  }
.frac {
  font-size: 10px;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: -10px;
  }
.div {
  margin-left: -2px;
  margin-right: -2px;
  }
blockquote {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: -25px;
  }
.important {
  font-size: 10px; 
  font-weight: 600; 
  color: rgb(255,0,0);
}