body {
	background-attachment: scroll;
	background-image: url(../imgs/fundo_geral.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.fundo_esquerdo{
	background-image: url(../imgs/fundo_esquerdo.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.fundo_direito{
	background-image: url(../imgs/fundo_direito.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.fundo_rodape{
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color:#837AA7;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
.fundo_topo_noticias{
	background-image: url(../imgs/fundo_topo_noticias.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 185px;
}
.fundo_noticias{
	background-image: url(../imgs/fundo_noticias.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 185px;
}
.fundo_filete_esquerdo{
	background-image: url(../imgs/filete_inicial.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 9px;
}
.fundo_menu{
	background-image: url(../imgs/fundo_menu.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: scroll;
	width: 220px;
}
.fundo_topo_conteudo{
	background-image: url(../imgs/fundo_topo_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	width: 345px;
}

  /* Menu*/


  .menu
  {
    color: #666666;
    margin: 0 0 0 0;
    height: 24px;
    text-decoration: none;
    font-size: 11px;
    display: block;
    width: 208px;
    text-indent: 30px;
    line-height: 22px;
  }

  a.menu:link, a.menu:visited 
  {
    background-image: url(../imgs/menu_off.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #666666;
    margin: 0 0 0 0;
    text-decoration: none;
    display: block;
  }

  a.menu:hover 
  {
    background-image: url(../imgs/menu_on.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
    text-align: left;
  }


  #active_menu 
  {
    background-image: url(../imgs/menu_active.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #000000;
  }


  /* Termino Menu */.datanoticia {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.button {
	font-size: 13px;
	font-style: normal;
	text-align: center;
	border-color: #847BA6;
	border-width: 1.5px;
	background-color: #CBC9DE;
	color: #4B4671;
}

.erro {
	font-size: 11px;
	font-style: oblique;
	color: #FF0000;
}

.field {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #666666;
}

.label {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #666666;
}
.table_label {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #666666;
}
.titulonoticia {
	font-size: 10px;
	font-style: normal;
	color: #4B4671;
	font-weight: bold;
}
.textonoticia {

	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.texto {
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
.titulo {

	font-size: 14px;
	font-style: normal;
	color: #4B4671;
	font-weight: bold;
}
.subtitulo {
	font-size: 12px;
	font-style: normal;
	color: #4B4671;
	font-weight: bold;
}
.fundo_topo_conteudo_admin {

	background-image: url(../imgs/fundo_topo_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	width: 530px;
}
