@charset "utf-8";
/* CSS Document */
body {
	background-color: #0D9E3D;
	background-image: url(img/fundo_site.gif);
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #54422C;
	line-height:16px;
}
.caixa_texto {
	background-color:#EBEBEB;
	border: 1px solid #666666;
	font-size:8pt;
	color:#000000;
	font-family:Tahoma;
}
a:link {
	color: #54422C;
}
a:visited {
	color: #54422C;
}
a:hover {
	color: #7B6140;
}
a:active {
	color: #54422C;
}
a {
	font-weight: bold;
}