/*Colocar Imagem sem Border*/
.border_zero_img{
  border-width:0px;
}

/*CSS para todos os links do site*/
A:link{
	text-decoration: none;
	color: #c9b905;
}
A:visited{
	text-decoration: none;
	color: #c9b905;
}
A:active{
	text-decoration: none;
	color: #c9b905;
}
A:hover{
	text-decoration: none;
	color: #F9D301;
}


/*CSS para textos pequenos*/
.text_textop_b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none
}

.text_textop_c {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #716e56;
	line-height: 16px;
	text-decoration: none
}

/*CSS para textos normais*/
.text_texto_b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none
}

.text_texto_c {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #716e56;
	line-height: 16px;
	text-decoration: none
}

/*CSS para textos subtitulo*/
.text_subtitulo_b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none
}

.text_subtitulo_c {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #716e56;
	line-height: 20px;
	text-decoration: none
}

/*CSS para textos titulos*/
.text_titulo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #BDC246;
	line-height: 22px;
	text-decoration: none
}