/* CSS Document */

#cabecalho {
	position:relative;
	width:700px;
	height:115px;
	z-index:1;
}
#estrutura {
	position:relative;
	width:700px;
	height:auto;
	z-index:2;
}
#conteudo {
	position:relative;
	width:510px;
	height:auto;
	z-index:1;
	float:left;
	padding-top:20px;
	text-align:left;
	padding-left:40px;
}
#menu {
	position:relative;
	width:150px;
	height:auto;
	z-index:2;
	float:left;
	padding-top:20px;
}

A:link       {color: #3f3f3f; text-decoration: none;}
A:visited    {color: #3f3f3f; text-decoration: none;}
A:active     {color: #3f3f3f; text-decoration: none;}
A:hover      {color: #3a720b; text-decoration: none;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/bg.gif);
	text-align:center;
	font:75%/140% Tahoma;
	font-family:Tahoma, Geneva, verdana;
	font-size: 11px;
	color: #3f3f3f;
}
.titulodapag {
	font-size: 14;
	color: #003581;
	font-weight: bold;
}
.sub_titulos {
	color: #FF9900;
	font-weight: bold;
}

.sucesso {
	color:#006600;
}

.erro {
	color:#FF0000;
	text-align: justify;
}

.destaques {
	color: #003581;
	font-size: 14;
}
.blocos_menu {
	position:relative;
	width:140px;
	height:auto;
	z-index:3;
	background-color: #F9F9F9;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.band_menu {
	position:relative;
	width:140px;
	height:auto;
	z-index:3;
	margin-bottom:20px;
	padding-left:2px;
	padding-right:2px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-size:10px;
}
.titulos_menu {
	position:relative;
	width:140px;
	height:auto;
	z-index:1;
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	font-size:14px;
}
#botoes_menu {
	position:relative;
	width:140px;
	height:auto;
	z-index:2;
	text-align: left;
	border-bottom: 1px solid;
	border-bottom-color:#CCCCCC;
	padding-bottom:2px;
	padding-top:4px;
	font-size: 14;
	color: #003581;
}
#for_entrada {
	position:absolute;
	width:auto;
	height:18px;
	z-index:3;
	left: 290px;
	top: 88px;
	text-align:left;
}
input.b{
	font-size:9px;
}

form.b {
	font-size:9px;
	
}
select.b {
	font-size:9px;
	
}

select {
	font-size:11px;
	
}

a:link.menu {
	color: #003581;
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
	color: #003581;
}
a:hover.menu {
	text-decoration: none;
	color: #333333;
}
a:active.menu {
	text-decoration: none;
	color: #003581;
}
#rodape {
	position:relative;
	width:700px;
	height:30px;
	z-index:3;
	clear:both;
	border-top: 1px solid;
	border-top-color:#006699;
	padding-top:5px;
	font-size:11px;
	color: #999999;
}
a:link.link1 {
	color: #999999;
	text-decoration: none;
}
a:visited.link1 {
	color: #999999;
	text-decoration: none;
}
a:hover.link1 {
	color: #333333;
	text-decoration: none;
}
a:active.link1 {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}


#banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 25em;
  left: auto;
  width: 20em;
  right: 20em;
}

#layer_troca{
background-color:#CCCCCC;
width:450px;
border-style:solid;
border-color:black;
border-width:thin;
	

}
