/**
 * CSS Reset 
 */

html, body, div, span, table, tr, td, p,
b, i, s, u, strong, ul, li, a, form, img,
h1, h2, h3, h4, h5, h6, label, legend, fieldset
{
  margin:0px;
  padding:0px;
  font-family:verdana;
  font-size:12px;
}

a {
 text-decoration:none;
 color:#004ca3;
}

a:active {
 outline:none;
}

ul {
 list-style-type:none;
}

img {
 border:0px; 
}

/**
 * FIM CSS Reset 
 */

#titulo {
  text-align:center;
  margin:0 20px 20px 20px;
  font-size:16px;
  font-weight:bold;
}

/* #area_calc {
   width:750px;
   padding:10px;
   margin:0 auto;
   background-color:#fff; 
} */ 

.campo_pequeno {
  width:60px;
}

.asterisco {
  font-size:10px;
  font-style:italic;
}

.titulo_resultado {
  font-size:13px;
  font-weight:bold;
}

