body {
	color: #333;
	font: 10px Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
}
img {border: none}
a:link {color: #000; outline: none;}
a:visited {color: #000; outline: none;}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {outline: none;}
br.linha {clear: both}
.linha {clear: both}

* #content [rel~=external] {
	background: url(/images/ico/new-window.gif) no-repeat right top;
	padding-right: 18px;
}

/***********************
header - Cabeçalho da página
***********************/
#header {
	background: url(/images/header_bg.gif) no-repeat right top; margin: 0; padding: 0;
}

/* Logotipo */

h1#logo {
	overflow: hidden;
	width: 255px;
	height: 65px;
	background: url(/images/logo.gif) no-repeat;
	float: left;
	/* Evita a margem com valor dobrado no IE */
	display: inline;
}
h1#logo a {
	width: 400px;
	height: 70px;
	display: block;
	text-indent:-5000em;
}

/***********************
navbar-aux - Barra de Navegação Auxiliar
***********************/

ul#navbar-aux {
	list-style: none;
	position: absolute;
	top: 48px;
	right: 0;
	width: 410px;
	background: url(/images/navbar-aux_bg.png) !important;
	background: #666;
	padding-bottom: 2px !important;
	padding-bottom: 0;
}
ul#navbar-aux li {
	float: left;
	color: #FFF;
	font-size: 11px;
	background-color: #666;
}
ul#navbar-aux li#aux01 {
	margin-left: 220px;
	display: inline;
}
ul#navbar-aux li a {
	color: #FFF;
	padding: 2px 5px;
	text-decoration: none;
	/* Para funcionar no IE 5 */
	float: left;
	border-right: 1px solid #CCC;
	font-family: Verdana, Helvetica, sans-serif;
}
ul#navbar-aux li a:visited {
	color: #FFF;
}
ul#navbar-aux li#aux03 a {
	border-right: none;
}
ul#navbar-aux li a:hover {
	color: #333;
	background-color: #CCC;
}

/***********************
navbar - Barra de navegação principal
***********************/

ul#navbar {
	height: 23px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF url(/images/navbar_bg.gif) repeat-x;	
	clear: both;
	width: 100%;
}
ul#navbar li {
	color: #999;
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
ul#navbar li a {
	color: #999;
	border-right: 1px solid #CCC;
	padding: 4px 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
ul#navbar li a:hover {
	background-color: #CCC;
	color: #333;
}
ul#navbar li#nav01 {
	margin-left: 12px;
	display: inline;
}
ul#navbar li#nav09 a {
	border-right: none;
}

/* Menu dropdown */

ul#navbar li ul {
	display: none;
	position: absolute; 
	top: 20px;
	left: -1px;
	border-top: 1px solid #666;
	border-right: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
ul#navbar li ul li {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 10px;
}
ul#navbar li ul li a {
	width: 230px;
	text-align: left;
	padding: 4px 6px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #F5F5F5;
	float: left;
}
ul#navbar li ul li a:hover {
	background-color: #CCC;
}
/* Dropdown para Firefox */
ul#navbar li:hover ul, ul#navbar li.over ul { 
	display: block;
}

/***********************
sidebar - Coluna Auxiliar
***********************/

#sidebar {
	width: 140px;
	float: left;
	line-height: 15px;
	font-size: 11px;
	margin-top: 22px;
}
#sidebar .box {
	margin-bottom: 15px;
}
#sidebar .box h3 {
	height: 50px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#contas h3 {	background-image: url(/images/contas_title.gif); }
#mais-acessados h3 {	background-image: url(/images/mais-acessados_title.gif); }
#posto-fiscal h3 {	background-image: url(/images/posto-fiscal_title.gif); }
#relacionados h3 {	background-image: url(/images/relacionados_title.gif); }

#sidebar h4 {
	font-size: 11px;
	text-align: center;
	background-color: #F5F5F5;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
}

#sidebar .box ul {
	text-align: center;
	list-style: none;
}
#sidebar .box ul {
	color: #333;
}
#sidebar .box ul li {
	border-bottom: 1px solid #CCC;
}
#sidebar .box ul li a {
	color: #333;
	text-decoration: none;
	padding: 4px 6px;
	display: block;
}
#sidebar .box ul li a:hover {
	background-color: #f5f5f5;
}

/* Mais Informações */

#sidebar .box ul li.mais {
	font-size: 10px;
	color: #999;
}
#sidebar .box ul li.mais a {
	text-decoration: underline;
	color: #999;
}

/***********************
conteudo - Bloco Central de Textos  
***********************/

#content  {
	width: 210px;
	height: auto !important;
	min-height: 300px;  
	overflow: hidden;
	float: left;
	padding: 0 15px 15px 15px;
	margin-top: 6px;
	line-height: 16px;
/* Hack para IE5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}
	html>body #content {
	width: 180px;
/* Fim do Hack para IE5 */
}


/***********************
Notícias
***********************/
#noticias h2 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #C33;
	margin-bottom: 10px;
	line-height: 18px;
}
#noticias h2 a {
	text-decoration: none;
	color: #C33;
}
#noticias h2 a:hover {
	text-decoration: underline;
}
#noticias h3.secao {
	font-size: 11px;
	border-bottom: 1px solid #C33;
	color: #C33;
	margin-bottom: 5px;
}
#noticias h3.secao a {
	text-decoration: none;
	color: #C33;
}
#noticias p {
	font-size: 12px;
	color: #333;
	margin: 0 0 10px 0;
	line-height: 18px;
}
#noticias .antetitulo {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	letter-spacing: normal;
}

#noticias .noticia {
	margin-bottom: 20px;
}

/* Mural */

#noticias .mural {
	border: 1px solid #CCC;
	padding: 5px 7px;
	background-color: #f5f5f5;
}
#noticias .mural h2 {
	color: #666;
	font-size: 14px;
}
#noticias .mural h2 a {
	color: #666;
}
#noticias .mural .antetitulo a {
	color: #666;
}

/* Últimas Notícias */
#noticias .ultimas h3 {
	font-size: 11px;
	margin: 0 0 5px 5px;
	color: #C00;
	letter-spacing: 0;
	background: url(/images/trace_redC33.gif) left center repeat-x;
}
#noticias .ultimas h3 a {
	display: inline;
	background-color: #FFF;
	padding-right: 5px;
}
#noticias .ultimas ul {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}
#noticias .ultimas ul li strong {
	margin-left: 22px;
	clear: both
/*	float: left;*/
}
#noticias .ultimas ul li {
	list-style: none;
	padding: 0;
	color: #333;
	background: none;
	float: none !important;
	float: left;
}
#noticias .ultimas ul li a {
	color: #333;	
	background: url(/images/ico/bullet-right_square.gif) no-repeat 0 2px;
	display: block;
	padding: 0 0 0 22px;
	float: none !important;
	float: left;
	margin: 0 0 10px; 
}

/***********************
extra - Coluna Extra
***********************/

#extra {
	width: 410px;
	float: left;
	line-height: 16px;
	font-size: 11px;
	margin-top: 6px;
}

/***********************
Serviços
***********************/

#servicos h3.secao {
	font-size: 11px;
	border-bottom: 1px solid #666;
	color: #666;
	margin-bottom: 5px;
}
#servicos h3.secao a {
	text-decoration: none;
	color: #666;
}
#servicos h2 {
	font-size: 11px;
	color: #FFF;
	background: #666 url(/images/servicos-title_bg.gif) repeat-x;
	padding: 1px 5px;
	margin-bottom: 5px;
}
#servicos h3 {
	font-size: 18px;
	color: #999;
}
#servicos ul {
	list-style: none;
/*	line-height: 18px;*/
	margin: 0 0 5px;
}
#servicos ul li {
	font-weight: bold;
}
/* Fix IE. Hide from IE Mac \*/
* html u#servicos ul li { float: left; }
* html #servicos ul li a { height: 1%; }
/* End */

#servicos ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	background: url(/images/ico/bullet-right_gray666.gif) no-repeat 0 1px;
	padding: 2px 0 2px 12px;
	font-weight: normal;
}
#servicos ul a:hover {
	background-color: #EEE;
	text-decoration: underline;
}
#servicos ul li ul {
	margin: 0 0 5px;
}
#servicos ul li ul li {
	font-weight: normal;
}
#servicos .box {
	margin-bottom: 5px;
}

/* Serviços Principais */

#principais {
	width: 200px;
	float: left;
}
#servicos #principais .box {
	background: url(/images/servicos_bgtop.gif) no-repeat 0 23px;
}
#servicos #principais .box h3 {
	background: url(/images/servicos_bgtop.gif) no-repeat 0 0;
	padding: 8px 0 0 10px;
}
#servicos #principais .box ul {
	padding: 10px 0 5px 10px; 
	background: url(/images/servicos_bgbottom.gif) no-repeat left bottom;
}
#servicos #principais .box ul li ul {
	padding: 0; 
	background: none;
}
#servicos #principais #impostos {
	background: none;
}

/* Outros Serviços */
#outros {
	width: 200px;
	float: right;
}
#outros ul li {
	margin-top: 10px;
}
#outros ul li ul li {
	margin-top: 0;
}
#outros ul li a {
	border-bottom: 1px solid #CCC;
	padding: 4px 0 4px 12px;
}

/* Botão */
#servicos #principais .box h3.botao {
	background-color: transparent;
	padding: 0;
	margin-bottom: 5px;
}
#servicos h3.botao a {
	background-image: url(/images/servicos_bt.gif);
	background-position: 0 0;
	display: block;
	padding: 6px 0 7px 10px;
	color: #666;
	text-decoration: none;
}
#servicos h3.botao a:hover {
	background-position: 0 -29px;
}

#extra #servicos p.foto {
	text-align: center;
	margin: 10px 0 -5px;
}

/* Forms */

.selectlist li {
	display: none;
}

#servicos form {
	margin-top: 5px;
}
#servicos form fieldset {
	border: none;
}
#servicos form select {
	font-size: 11px;
	width: 100%;
	padding: 2px 0;
}


/***********
RODAPÉ
************/
#footer {
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	background-image: url(/images/fundo_menutopo.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	clear: both;
	padding: 3px 0;
	color: #666666;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer p, #footer address {
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#tf_rodape{
	background-image: url(/images/fundo_menutopo.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}


/*#footer{
	background-image: url(/images/fundo_menutopo.jpg);
	background-repeat: repeat-x;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: center;
	height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}*/

/***********************
CSS Fazenda
***********************/

p {
	FONT-FAMILY: Verdana, Verdana, Helvetica;
	font-size: 10px;
	text-align: justify;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 18px;
}


li {
FONT-FAMILY: Verdana, Verdana, Helvetica;
text-align:justify;
FONT-SIZE: 10px;
COLOR: #000000; 
}

td{
FONT-FAMILY: Verdana, Verdana, Helvetica;
FONT-SIZE: 10px;
COLOR:  #000000;
}

.titulo {
FONT-FAMILY: Verdana;
text-align:justify;
font-weight: bold;
FONT-SIZE: 18px;
COLOR: #000000; 
}

STRONG {
font-size: 12; 
color: #CC0000; 
font-family: Verdana; 
}

a{
FONT-FAMILY: Verdana, Verdana, Helvetica;
FONT-WEIGHT: normal; 
FONT-SIZE: 10px; 
COLOR: #CC0000;
}

a:Hover{
FONT-FAMILY: Verdana, Verdana, Helvetica;
FONT-WEIGHT: normal; 
FONT-SIZE: 10px; 
COLOR: #000000;
}
/*************************
BARRA DE NAVEGAÇÃO
*************************/

#tf_navegacao{
	display: block;
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#tf_navegacao img{
	border:none;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
body #tf_navegacao a{
	color: #666666;
	text-decoration:none;}
body #tf_navegacao a:active, body #tf_navegacao:visited{
	color: #666666;
}
body #tf_navegacao a:hover{
	color: #AD2225;}