body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	background-color: #eafbe5;
	color: #6c6c6c;
}
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: 20px;
	margin: 0px;
	padding: 0px;
}

/*--------------------- TOPO --------------------------*/
#topo {
	padding: 0px;
	height: auto;
	width: 979px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
}
/*--------------------- CONTEUDO --------------------------*/
#conteudo {
	padding: 0px;
	height: auto;
	width: 979px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-color:#FFF;
}
#texto_conteudo {
	width: 745px;
	position: relative;
	height: auto;
	padding: 5px;
	margin: 0px;
	float:left;
}
#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: 20px;
	float: left;
	width: 95%;
}

h3.titulo-texto {
	font-size: 13px;
	color: #008780;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 25px;
	padding: 0px;
	background-color:#f4f5ec;
	text-indent:10px;
}

h3.titulo-pag {
	font-size: 18px;
	color: #00525d;
	line-height: 30px;
	text-indent: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
	background-color: #eafbe5;
}

/*--------------------- COLUNA ESQUERDA --------------------------*/
#menu {
	float: left;
	width: 160px;
	position: relative;
	height: auto;
	padding: 0px;
	left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul.menu {
	padding: 0px;
	width: 160px;
	list-style-type: none;
	position: relative;
	margin: 0px;
	letter-spacing: 1px;
	height: auto;
	text-indent: 20;
	text-align: right;
}
ul.menu  li a:link     {
	width: 160px;
	list-style-type: none;
	font-size: 13px;
	color: #FFF;
	position: relative;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	font-weight: bolder;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b6eb4;
}
ul.menu li a:hover {
	color: #FFF;
	font-weight: bold;
	background-color: #4b6eb4;
}
ul.menu li a:visited {
	width: 160px;
	list-style-type: none;
	font-size: 13px;
	color: #FFF;
	position: relative;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	font-weight: bolder;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b6eb4;
}
ul.sub {
	list-style-type: none;
}

ul.sub      li a:link      {
	color: #2d4407;
	font-size: 11px;
	text-decoration: none;
	height: 22px;
	list-style-type: none;
	font-weight: normal;
	text-align: right;
	display: block;
	width: 115px;
	padding: 5px;
}
ul.sub li a:hover {
	color: #2d4407;
	font-size: 11px;
	text-decoration: underline;
	height: 22px;
	list-style-type: none;
	font-weight: normal;
	text-align: right;
	display: block;
	width: 115px;
	padding: 5px;
}
#lateral-esq {
	width: 224px;
	position: relative;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
/*--------------------- RODAPE --------------------------*/
#rodape {
	background-image: url(imagens/sombra-conteudo.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	overflow: visible;
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	z-index: 1;
	padding: 0px;
	padding-top:10px;
	font-size:11px;
}


/*--------------------- 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;
}

