body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#EFEFEF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#2C2C2C;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#871E09;
	scrollbar-track-color:#929395;
	background-attachment: fixed;
	background-color: #8c8d8f;
	background-image: url(imagens_estrutura/fundo.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.texto_geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_geral2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto_titulos {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_detalhes {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #dfdfdf;
	border: 1px solid #cacbcb;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #e0e0e0;
	border: 1px solid #cacbcb;
