/**************************************************************************************************/
/** Geral *****************************************************************************************/
/**************************************************************************************************/

body {
  
  font-size:12px;
  font-family:"Trebuchet MS",Tahoma,Geneva,sans-serif;
  font-weight:normal;
  line-height:17px;
  color:#3F0A0A;
  
  background-color:#FAF8F6;
}


hr {

  clear:both;
  width:100%;
  
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  
  border:none;
}



/**************************************************************************************************/
/** Link ******************************************************************************************/
/**************************************************************************************************/

a {
  
  text-decoration:none;
  color:#3F0A0A;
  outline:none;
}


a:hover {
  
  text-decoration:underline;
}



/**************************************************************************************************/
/** Formulário ************************************************************************************/
/**************************************************************************************************/

input, textarea, select {
  
  height:26px;
  
  margin:0px 0px 0px 0px;
  padding:0px 5px 0px 5px;

  font-size:12px;
  font-family:"Trebuchet MS",Tahoma,Geneva,sans-serif;
  line-height:17px;
  color:#1A0101;
  
  border-width:1px;
  border-style:solid;
  border-color:#ACACAC;
  
  background-color:#FAF8F6;
}


textarea {
  
  padding:5px 5px 5px 5px;
}



/**************************************************************************************************/
/** Conteudo **************************************************************************************/
/**************************************************************************************************/

div.base, section.base {
  
  display:table;
  
  width:900px;
  margin:0px auto 0px auto;
}