@charset "utf-8";
body {
	scrollbar-arrow-color: #D4D1D1;
    scrollbar-base-color: #ffffff;
    scrollbar-dark-shadow-color: #D4D1D1;
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #D4D1D1;
    scrollbar-highlight-color: #D4D1D1;
    scrollbar-3d-light-color: #;
	margin: 0px;
	background-color: #E3D2B4;
}
.border {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99D632;
	border-bottom-color: #99D632;
	border-left-color: #99D632;
}
.dados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #80632F;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3424;
	text-decoration: none;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D6345;
	text-decoration: none;
	font-weight: bold;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
