.texto_sub {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #957C2B;
	text-decoration: none;
}

.titulo_conteudo {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3B2E04;
	text-decoration: none;
}

.texto_conteudo {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3B2E04;
	text-decoration: none;
}

.texto_formulario {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3B2E04;
	text-decoration: none;
}

.botao{
	border: 1px solid #B49100;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #BB8B0B;
	height: 18px;
}

a:link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #A37E1A;
text-decoration: none
}

a:visited {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #564004;
text-decoration: none
}

a:hover {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #564004;
text-decoration: underline
}

a:active {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #564004;
text-decoration: none
}

a.sub:link {
font-family: Arial;
font-size: 11px;
font-style: normal;
line-height: 10px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #957C2B;
text-decoration: none
}

a.sub:visited {
font-family: Arial;
font-size: 11px;
font-style: normal;
line-height: 10px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #957C2B;
text-decoration: none
}

a.sub:hover {
font-family: Arial;
font-size: 11px;
font-style: normal;
line-height: 10px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #957C2B;
text-decoration: underline
}

a.sub:active {
font-family: Arial;
font-size: 11px;
font-style: normal;
line-height: 10px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #675416;
text-decoration: none
}

/****** Estilo da DIV de conteudo ******/

#conteudo {
	position:fixed;
	left:535px;
	top: 95px;
	width:325px;
	height:300px;
	z-index:1;
	overflow: auto;
	scrollbar-face-color: #DBBB66; 
	scrollbar-arrow-color: #FFEEBF; 
	scrollbar-Highlight-Color: #DFC88B;
	scrollbar-3dlight-Color: ##FFF6DF;
	scrollbar-DarkShadow-Color: ##FFF6DF;
	scrollbar-Shadow-Color: #EFE3C2;
	scrollbar-Track-Color: #EFE3C2;
	padding:0 0 0 10px;
}

#conteudo h2{
font:bold 14px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}

#conteudo p{
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#3b2e04;
text-decoration: none;
}

#conteudo ul{
list-style-image:url(../images/bulet_ul.gif);
color:#3b2e04;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#conteudo ul li{
	color:#A37E1A;
}

/****** Estilos dos menus ******/
#menu ul{
	padding:0;
	margin:0;
	font:11px normal Arial, Helvetica, sans-serif;
	list-style:none;
	vertical-align:top;
}



#menu ul li{
	background-image: url(../images/bulet_menu.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left:15px;
	margin-bottom:25px;
}

#menu ul li.link{
	background-image: url(../images/bulet_menu.gif);
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left:15px;
	margin-bottom:11px;	
}

.subtitulo{
	font-weight: bold;
	color: #3b2e04;
}


.campodestaque	
{
	border: #F5AD25 solid 2px;
}

hr{
  color: rgb(204,153,102);
  height: 1px;
}
