.data {
	font-family: Verdana;
	font-size: 9px;
	color: #a66c18;
}
.titulo_noticia {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #426B63;
	text-decoration: none;
}
.titulo_noticia:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #426B63;
	text-decoration: underline;
}
.texto_news {
	font-family: Verdana;
	font-size: 10px;
	color: #5B7F78;
}
.link_home {
	font-family: Verdana;
	font-size: 10px;
	color: #5B7F78;
	text-decoration: none;
}
.link_home:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #5B7F78;
	text-decoration: underline;
}
.menu {
    background-image: url("images/botao_fundo.gif");
	cursor:hand;
}
.menu_over {
    background-image: url("images/botao_fundo_over.gif");
	cursor:hand;
}		
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #996600;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
color:#996633;
border-right: 3px solid #996600;
border-bottom: 3px solid #996600;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.texto_promo {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #037158;
	text-decoration: none;
}
.texto_promo:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #037158;
	text-decoration: underline;
}
.texto_branco {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.form_text {
background-color:#f0ece3;
border-bottom:1px #006633;
border-bottom-style:solid;
border-right:1px #006633;
border-right-style:solid;
border-left: 0px;
border-top: 0px;
height:16px;
	font-family: Verdana;
	font-size: 12px;
	color: #5B7F78;
}

.form_lista {
background-color:#f0ece3;
	font-family: Verdana;
	font-size: 12px;
	color: #5B7F78;
}

.form_botao {
background-color:#517a72;
color:#FFFFFF;
height:16px;
font-family:Tahoma;
font-weight:bold;
font-size:10px;
border: 1px solid #FFFFFF;
}