body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(img/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.cabecalho {
	background-attachment: scroll;
	background-image: url(img/cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 260px;
}

a:link {
	color: #6A7429;
	text-decoration: underline;
}
a:visited {
	color: #4B8960;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #8DA822;
}
a:active {
	text-decoration: none;
	color: #66CC00;
}
.menu_geral {
	color: #9A9C42;
	text-align: right;
	padding-right: 20px;
}
.menu_exposec {
	color: #FDFEFA;
}
.menu_secundario {
	font-size: 10px;
	color: #9A9C42;
}
.menu_secundario_ativo {
	font-size: 11px;
	color: #9A9C42;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.titulo {
	font-size: 16px;
	color: #9A9C42;
	font-weight: bold;
}
.subtitulo {
	font-size: 14px;
	color: #999999;
}
.img_recuo {
	padding-right: 10px;
}
.texto_outras_solucoes {
	font-size: 10px;
	color: #9B9645;
	line-height: 13px;
	text-align: left;
}
