/* ----------------------------------------------------------------------------body */
body.impressoras /*bg padrão - alinhado no centro, background, margens*/
{
background:#FFFFFF url("imagens/fundo.jpg") repeat-x;
/*background-attachment:scroll;*/
margin-top: 0px; 
margin: 0; 
position:absolute;
left:50%;
margin-left:-400px;
}
body.popup /*bg padrão - alinhado no centro, background, margens*/
{
background:#FFFFFF url("imagens/fundo-popup.jpg") repeat-x;
/*background-attachment:scroll;*/
margin-top: 0px; 
margin: 0; 
position:absolute;
}
.menu /*bg padrão - alinhado no centro, background, margens*/
{
background: #f4f4f4;
}

/* ----------------------------------------------------------------------------fontes texto*/

.texto01 /* fontes obs*/
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#868686;
  font-style: normal;
}
.texto02 /* texto geral*/
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#afafaf;
  font-style: normal;
}
.texto03 /* fontes geral negrito*/
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#868686;
  font-style: normal;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------fontes título*/

.titulo01
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#f36c03;
  font-style: normal;
  font-weight: bold;
}
.titulo02
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#868686;
  font-style: normal;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------links */
/* ---------------------------------------- link A */
a.texto01:link 
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#afafaf;
  font-style: normal;
  text-decoration: none;
  cursor: hand;

}
a.texto01:visited 
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#afafaf;
  font-style: normal;
  text-decoration: none;
  cursor: hand;
}
a.texto01:hover 
{
  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#FA6C03;
  font-style: normal;
  text-decoration: none;
  cursor: hand;
}

.texto03 a { /* fontes geral negrito*/

  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  text-decoration:none;
  color:#868686;
  font-style: normal;
  font-weight: bold;
}

.texto03 a:hover { /* fontes geral negrito*/

  font-family:  Verdana, Arial, sans-serif;
  font-size: 9px;
  text-decoration:none;
  color:#FA6C03;
  font-style: normal;
  font-weight: bold;
}
