body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	background-image: url(imagens/bg-site.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a9a3a3;
}
h3, h4, h5, hr { margin:0; padding:0; }
hr {border:#efefef 1px solid;}
input, textarea {
	border: 1px solid #008780;
	padding: 2px;
	background-color:#FFF;
	color:#00525d;
	font-size: 11px;
}
a {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#transparencia
{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height:100%;
	opacity: 0.7;
	color: #000000;
	background-color: #fff;
	text-align: center;
	padding-top: 300px;
}
*#transparencia
{
    filter: alpha(opacity = 70);
}
p {
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}

/*--------------------- TOPO --------------------------*/
#topo {
	padding: 0px;
	height: auto;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#topo-img-logo {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	position: relative;
	float: left;
}
#topo-banners {
	margin: 0px;
	float: left;
	width: 980px;
	position: relative;
	height: 281px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#topo a{
	color:#FFF;
}
/*--------------------- CONTEUDO --------------------------*/
#conteudo {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color:#FFF;
	clear: both;
	overflow: hidden;
}
#texto_conteudo {
	width: 780px;
	position: relative;
	height: auto;
	padding: 5px;
	margin: 0px;
	float:right;
	overflow: hidden;
}
#dados_extrato {
	width: 780px;
	position: relative;
	height: auto;
	padding: 5px;
	margin: 0px;
	float:right;
	overflow: hidden;
}
#texto_conteudo h4 {
	color:#00525d;
	font-size:10px;
	padding:5px;
	border-bottom:#f4f5ec solid 1px;
	border-top:#f4f5ec solid 1px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#texto_conteudo p {
	padding:5px;
}
#caminho_pag {
	font-size: 10px;
	color: #999999;
	text-indent: 10px;
	margin: 5px;
	line-height: 25px;
	float: left;
	width: 95%;
}

h3.titulo-texto {
	font-size: 14px;
	color: #900;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	background-color:#f7f7f7;
	text-indent:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 20px;
}

h3.titulo-pag {
	font-size: 16px;
	color: #FFF;
	text-indent: 40px;
	text-align: left;
	margin: 0px;
	background-image: url(imagens/bg-titulo-pg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 780px;
	position: relative;
	clear: both;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.botao-form {
	color: #FFF;
	background-color: #C00;
	border: 1px solid #900;
	padding: 3px;
	cursor: hand;
	font-size: 12px;
	text-transform: uppercase;
}
.form {
	border:#999 1px solid;
}


/*--------------------- COLUNA ESQUERDA --------------------------*/
#lateral-esq {
	width: 205px;
	position: relative;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: visible;
	z-index: 999;
	left: 10px;
}
#menu {
	float: left;
	width: 185px;
	position: relative;
	height: auto;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	z-index: 2;
}

ul.menu {
	padding: 0px;
	width: 185px;
	list-style-type: none;
	position: relative;
	margin: 0px;
	letter-spacing: 1px;
	height: auto;
	text-align: center;
	font-weight: bolder;
}
ul.menu  li a:link     {
	width: 185px;
	list-style-type: none;
	font-size: 13px;
	color: #000;
	position: relative;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	font-weight: bolder;
	line-height: 30px;
	background-image: url(imagens/m-lateral-bg.gif);
	padding: 0px;
}

ul.menu li a:visited {
	width: 185px;
	list-style-type: none;
	font-size: 13px;
	color: #000;
	position: relative;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	font-weight: bolder;
	line-height: 30px;
	background-image: url(imagens/m-lateral-bg.gif);
	padding: 0px;
}
ul.menu li a:hover {
	color: #555;
	text-decoration: underline;
}
.submenu{
	position:absolute;
	border-bottom-width: 0;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5 px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-weight: bold;
	padding: 0px;
	visibility: hidden;
	left: 165px;
	margin: 0px;
	float: left;
	background-color: #FFF;
}

.submenu a{
	color: #333333;
	width: auto;
	display: block;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	float: left;
	line-height: 20px;
}

.submenu a:hover{ 
	background-color: #f7f7f7;
	color: #333333;
	text-align: left;
}

/*--------------------- RODAPE --------------------------*/
#rodape {
	position: relative;
	width: 100%;
	height: 30px;
	font-size:11px;
	color: #FFF;
	background-color: #848484;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rodape a{
	color:#FFF;
}

/*--------------------- ADM --------------------------*/
#texto_conteudo_adm {
	padding: 5px;
	width: 95%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.linha_cinza_baixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

.paginacao_off  {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
a.paginacao_on:link  {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
a.paginacao_on:visited {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}

a.paginacao_on:hover {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
h3.titulo-cinza {
	font-size: 16px;
	color: #666;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	text-indent:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 20px;
}

