body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
margin: 0;
}
.form_campos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A3F89;
	height: 16px;
	border: 1px solid #6D90B0;
}
.form_enviar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 16px;
	border: 1px solid #626B6D;
	background-color: #626B6D;
}
.form_barras_laterais_azuis {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #83AECF;
	border-left-color: #83AECF;
}
.topo_fundo2 {
	background-image: url(../imagens/form_fundo.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.texto_11_cinza {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #475153;
	text-decoration: none;
}
.texto_11_branca {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.texto_15_azul {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 15px;
	color: #055D98;
	text-decoration: none;
}
.texto_20_preto {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.tabela_controle_de_acesso {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
}
.tabela_separador_interno {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.texto_20_azul {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 20px;
	color: #055D98;
	text-decoration: none;
}
.texto_22_azul {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 22px;
	color: #055D98;
	text-decoration: none;
}




.texto_area_cliente_titulo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #146798;
	text-decoration: none;
}
.texto_area_cliente {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: #146798;
	text-decoration: none;
}

.texto_11_cinza a:hover {
	text-decoration: underline;
}
.texto_espacamento {
	line-height: 18px;
}

/* </style>

FIM DO MENU */
.rec_fundo {
	background-image: url(../imagens/rec_fundo.jpg);
	background-repeat: repeat-x;
}

.topo_fundo {
	background-image: url(../imagens/topo_fundo.jpg);
	background-repeat: repeat-x;
}

/* MENU
<style type="text/css"> 
Credits: By Santosh Setty (http://webdesigninfo.wordpress.com)
Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(../imagens/menub_bg.gif);
	background-repeat: repeat-x;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}


.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(../imagens/menub_hover_left.gif);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(../imagens/menub_hover_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rodape_fundo {
	background-image: url(../imagens/deg_rodape.jpg);
	background-repeat: repeat-x;
}
.separador_cinza {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.texto_12_branca {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}