/*
--------------------------------------------------------------------
 Arquivo:			principal.css
 Autor:			Ederson Morche
 E-mail:			eder@usinanet.com.br
 Data da Criacao:		07/02/2007
 Descricao:			Folha de Estilos principal
--------------------------------------------------------------------
*/

/*
--------------------------------------------------------------------
 Pagina - Regras Gerais
--------------------------------------------------------------------
*/

body {
  font-size:10pt;
  font-family: Arial, Verdana, sans-serif;
}


.clear {
  display:block;
  clear:both;
}

#topo {
  width:100%;
  display:block;
  margin-top:30px;
  
}

#quebra {
page-break-before: always;
}

#topo a img{
  border:0;
  margin-bottom:15px;
}

#topo a {
  float:left;
}

#topo h1 {
  margin-left:30px;
  display:block;
  float:left;
  border-bottom:1px solid #ccc;
}

table {
  border-collapse:collapse;
  clear:both;
  width:100%;
  
}

table caption {
  display:none;
}


table thead tr th{
  border:1px solid #ccc;
  padding:6px 5px;
  background:#999;
  color:#fff;
  font-size:11pt;
}

table thead tr .telefone, table thead tr .fax{
  width:100px;
}


table tbody tr td{
  border:1px solid #ccc;
  padding:4px 5px;
}