e3e0e0 cinza claro
c0c0c0 cinza escuro
82bc05 verde
ffffff branco


Body {
        scrollbar-base-color:#ffffff;
	scrollbar-track-color:#e3e0e0;
	scrollbar-face-color:;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#e3e0e0;
	scrollbar-darkshadow-color:#e3e0e0;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#82bc05;
}
.titulosverde {	color: #32882f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.tituloslaranja {	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.titulosvermelho {	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.linkverde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32882f;
	text-decoration: none;
}
.linkverde:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32882f;
	text-decoration: underline;
}
.linkbranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkbranco:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32882f;
	text-decoration: underline;
}
.form01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
}
.form02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#b4d665;
	border: 1px solid #FFFFFF;
	width:100%;
	height:23px;
}
.titulosverde16 {	color: #32882f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
}
.titulospreto16 {	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
}
.linkpreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkpreto:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32882f;
	text-decoration: none;
}
.borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.outline_verde {
	border: 1px solid #32882f;
}

/* PAGINAÇÃO */
#navegar-listagem{
	margin: 10px 0 0 15px;
}
#navegar-listagem span{
	float: right;
}
#navegar-listagem span a{
	color: #4e4e4e;
	margin: 0 3px;
	font-weight: bold;
	line-height: 12px;
}
#navegar-listagem span p{
	color: #138721;
	display: inline;
	padding: 0 3px;
	font-weight: bold;
}
#navegar-listagem span a:hover{
	color: #138721;
}
#navegar-listagem span a.icones{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-bottom: -3px;
}
#prim-pag{
	background: url(../imagens/nav_sprite.gif) no-repeat top left; 
}
a:hover#prim-pag{
	background-position: bottom left;
}
#pag-ant{
	background: url(../imagens/nav_sprite.gif) no-repeat -15px 0; 
}
a:hover#pag-ant{
	background-position: -15px -15px;
}
#pag-seg{
	background: url(../imagens/nav_sprite.gif) no-repeat -30px 0;
}
a:hover#pag-seg{
	background-position: -30px -15px;
}
#ult-pag{
	background: url(../imagens/nav_sprite.gif) no-repeat top right;
}
a:hover#ult-pag{
	background-position: bottom right;
}
