a:active {
font-family: Verdana, arial, Times, serif;
color: #F60;
font-weight: bold;
text-decoration: none;
}
a:link {
font-family: Verdana, arial, Times, serif;
color: #F60;
font-weight: bold; 
text-decoration: none;
}
a:visited {
font-family: Verdana, arial, Times, serif;
color: #F60;
font-weight: bold;
text-decoration: none;
}
a:hover {
	font-family: Verdana, arial, Times, serif;
	color: #F60;
	font-weight: bold;
	text-decoration: underline;
}


.menu A:link {
	color: #000;
	text-decoration: underline;
}
.menu A:visited {
	color: #000;
	text-decoration: underline;
}
.menu A:active {
	color: #000;
	text-decoration: underline;
}
.menu A:hover {
	text-decoration: NONE;
	color: #F30;

}


.body {
	font-size: 11px;
	line-height: 16px;
	color: #3D2918;
	background-image: url(../imagens/fundo_site.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto {
	font-family: Verdana, arial, Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}

.texto2 {
	background-image: none;
	font-family: Verdana, arial, Times, serif;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}
.texto3 {
	background-image: none;
	font-family: Verdana, arial, Times, serif;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	font-variant: normal;
	color: #666;
}
.subtitulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../imagens/fundo_sub1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	vertical-align: top;
}

.caixa_texto{
	background-image: none;
	font-family: Verdana, arial, Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	background-color: #FFC69F;
	border: 1px solid #3b302c;
}

.botoes{
	font-family: Verdana, arial, Times, serif;
	font-size: 10px;
	background-color: #9F0;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
}


.rodape {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 8px;
	color:#FFF;
	text-transform: uppercase;
}


.titulo {
	font-family: Verdana, arial, Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color:#FFF;

}
.menu {
	background-image: url(../imagens/FUNDO_MENU.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

.linha {
	border-right-width: 1px;

	border-right-style: solid;
	border-right-color: #F60;
}.linha_vertical {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4a403e;
}
