A:hover {
	color: #a29082;
}

TABLE.linhas {
	border-color: #a29082;
}

TABLE.linhas TD {
	border-color: #a29082;
}

TD.borda_dir {
	border-color: #a29082;
}

FORM {
	display: inline;
}


#texto {
	text-align: justify;
	background-color: #FFFFFF;
	width: 100%;	
}



.titulo {
	color: #9E4000;
	font-weight: bold;
}

A.linkvermelho{
	color: #9E4000;
	text-decoration:none;
}

A.linkvermelho:hover{
	color: #9E4000;
	text-decoration:underline;
}

A.download {
	display: block; 
	padding: 5px 0 5px 0;
	color: #827F77;
	text-decoration: none;
	text-align:left;
}
A.download:hover {
	background-color: #fcf7f4;
	text-decoration: none;
	text-align:left;
}
A.download:hover B {
	color: #9E4000;
}
A.download IMG {
	float:left; 
	margin-right: 10px;
	margin-bottom: 5px;
	border: none;
	width: 26px;
	height: 26px;
}

INPUT.texto, TEXTAREA.texto {
	border: solid 1px #9E4000;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #9d4322; 
	border-color: #e2c5b0;
	color: #FFFFFF;
	height: 20px;
}

A.busca {
	display: block;
	text-decoration: none;
}

A.busca SPAN {
	display: block;
	color: #9E4000;
	font-weight: bold;
}

A.busca:hover {
	background-color: #fcf7f4;
}

EMBED {
	display: inline;
	margin-bottom: -3px;
}

.td_rosa_01 {
	background-color:#EFDDD1;
}

.td_rosa_02 {
	background-color:#FBF4F0;
}

.td_rosa_03 {
	background-color:#fdf9f7;
}

.td_rosa_04 {
	background-color:#f5ddce;
}

UL {
	margin-left: 0px;
	padding-left: 0px;
}

LI { 
	background: url(../includes/bolinha.gif) left top no-repeat;
}

.border_bottom{
	border-bottom:#dcc7b9 1px dashed;
}

@media print {
	#topo, #menu, #conteudo_rodape, #rodape, #titulo_flash {
		display: none;
	}
	#titulo, #logo { 
		display: block; 
	}
	#conteudo {
		padding: 0px;
		margin: 0px;
		margin-top: 50px;
		width: auto;
	}
	
	#texto {
		padding: 0px;
	}	
}