a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
}

body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	/*color: #DDDDDD;*/
/*	background-image: url(../imagens/fundo_pag_filete.png);*/
	background-repeat: repeat-x;
	background-color: #cccccc;
}

body, table, td, select, textarea, input  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #999999;
	line-height:150%;
}

.linhapontilhada {
	background-image: url(../imagens/barrinha_noticias.png);
	background-repeat: repeat-x;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
}

h2 a:link, h2 a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;	
}

h2 a:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;	
}

h3 {
	font-family: Verdana;
	font-size: 12px;
}

h4 {
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

.evento_esquerdo {
	float: left;
	background-color: #666666;
	width: 180px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.evento_imagem {
	width: 530px;
	text-align: center;
	padding: 5px 0px 0px 5px;
}

.evento_imagem_mini {
	float: left;
	padding: 5px 0px 0px 5px;
}

.paginacao_area {
	font-family: verdana;
	color: black;
	font-size: 11px;
	text-align: center;
	padding: 5px 20px 0px 20px;
	float: inherit;
}
a.link_pg {
	color: black;
}
a.link_pg:visited {
	color: black;
}
a.link_pg:hover {
	color: black;
	font-weight: bold;
}
.paginacao {
	float: left;
	color: black;
	padding: 10px 5px 10px 0px;
}
.paginacao_marcacao {
	float: left;
	padding: 10px 5px 10px 0px;
	color: black;
	font-weight: bold;
}

/*******************************************
* Componentes para o Formulario de contato *
*******************************************/
.form_input {
	width: 250px; 
	/*height: 17px; */
	font-family: Verdana; 
	font-size: 11px; 
	border-left: solid 1px; 
	border-left-color: #999999; 
	border-top: solid 1px; 
	border-top-color: #999999; 
	border-right: solid 1px; 
	border-right-color: #999999; 
	border-bottom: solid 1px; 
	border-bottom-color: #999999; 
	background-color: #ffffff;
}

.form_btn {
	width: 55px;
	height: 18px;
	font-family: Verdana;
	font-size: 11px;
	border-left: solid 1px;
	border-left-color: #999999;
	border-top: solid 1px;
	border-top-color: #999999;
	border-right: solid 1px;
	border-right-color: #999999;
	border-bottom: solid 1px;
	border-bottom-color: #999999;
	background-color: #DDDDDD;
}

.form_btn:hover {
	background-color: #999999;
}

a.lnk_home_noticias {
	font-family: verdana;
	color: Fuchsia;
	font-size: 8pt;
}
a.lnk_home_noticias:hover {
	font-weight: bold;
}
a.lnk_home_noticias:visited {
	color: Fuchsia;
}

.fundo_tbl {
	background-image: url(../imagens/quina_paginas.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* css do tooltips*/

  .formata { /* esta classe é somente
               para formatar a fonte */
  font: 12px arial, verdana, helvetica, sans-serif;
  }
  a.dcontexto{
  position:relative;
  font:8pt Verdana;
  padding:0;
  color:#039;
  text-decoration:none;
  cursor:none;
  z-index:24;
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25;
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{
  display:block;
  position:absolute;
  width:250px;
  top:-1em;
  /*text-align:justify; */
  left:20;
  font: 9px arial, verdana, helvetica, sans-serif;
  padding:0px 0px;
  border:2px solid green;
  background:orange;
  color:#000;
  }
