body {
	background: #dcdac4 url(../../imagens/body_bg.png) top repeat-x;
	margin: 0px;
	font-family: Clibri, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4c341c;
}
form {
	margin: 0px;
}
a {
	color: #979481;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	width:550px;
	border: 1px solid #e6e7e8;
	font-family: calibri;
	font-weight: bold;
	color:#999999;
}
ul, h2 {
	margin: 0px;
	text-align: left;
	list-style: none;
}
li {
	background-color: #000000;
	margin: 3px;
	margin-right: 20px;
	padding:5px 8px;
}
li a {
	color:#FFF;
	font-weight:bold;
}
li a:hover {
	text-decoration:none;
}
.check {
	width:15px;
	border:0px;
}
.botao {
	width: 80px;
	border: 1px solid #e6e7e8;
	font-family: calibri;
	font-weight: bold;
	color:#666666;
}
.titulo {
	text-indent: 18px;
	background: url(../../imagens/bullet.gif) left top no-repeat;
	padding-bottom: 8px;
}
.titulo a{
	color:#69563d;
	text-decoration: none;
}

.conteudo_texto {
	text-align:left;
	padding: 4px;
}
.mini{
	font-size:9px;
	font-style:italic;
	color: #85c226;
	padding: 4px 0 ;
}
.galeria {
	padding: 5px;
	float:left;
	min-height:120px;
}
.galeria img {
	width: 120px;
	height: 90px;
}
.campo_busca {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	width:85px;
	border:0px;
	margin-left:5px;
	background:#000000;
}
.buscar a{
	font-size:11px;
	font-style:italic;
	color: #e6e7e8;
	margin-left: 2px;
	font-weight:normal;
}