@charset "utf-8";
body {
	background-image: url(images/bg_geral.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #666666;
}
.menu {
	font-weight: bold;
}
.titulo {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}

a:link {
	color: #5A5D28;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #5A5D28;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #5A5D28;
}
.texto {
	text-align: justify;
	vertical-align: top;
	line-height: 15px;
	padding: 8px;
}
.textoBox {
	text-align: justify;
	vertical-align: top;
	line-height: 11px;
}
.subtitulo {
	font-weight: bold;
	color:#5A5D28;
	font-size: 12px;
}

