body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f7fa;
}

.menu{
	background:url(../imagens/bg_menu.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.botao_menu{
	cursor:pointer;
	color:#FFF;
	text-align:center;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.botao_menu:hover{
}

a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#3F6581;
	cursor:hand;
}	
	
a:link, a:visited {
	color: #3F6581;
	cursor:hand;
}

a:hover{
	color: #3F6581;
	text-decoration:none;
	cursor:hand;
}
	
a.selected{
	color: #3F6581;
	cursor:hand;
}

img{ border:0; }

object {
	outline: none;
}

.texto_credito
{
	font-size:8pt;
	color:#666;
	padding-left:4px;
	padding-right:4px;
}

.campo_contato{
	width:100%;
	background:url(../imagens/fundo_input.png);
	background-repeat:repeat-x;
	border:solid 1px #CCC;
	background-color:#FFF;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:0px;
}

.campo_anotacoes_contato{
	background:url(../imagens/fundo_input.png);
	background-repeat:repeat-x;
	border:solid 1px #CCC;
	background-color:#FFF;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:0px;
}

.rotulos_contato {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo_sessao{
	color: #FFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:22px;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	background-color:#7CA701;
}

.moldura_destaque{
	border:solid 2px #FFF;
	padding:3px;
}

.moldura_contato{
	border:solid 2px #CCC;
	padding:3px;
}

.titulo_pagina{
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}




.submenu {
	width:140px;
	height:250px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	position:absolute;
	left:50px; /* reescrito em javascript */
	top:35px; /* reescrito em javascript */
	background:transparent url(../imagens/submenu_alpha.png);
	color:#FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:22px;
	z-index:2;
	line-height:30px;
	font-weight:bold;
}

.submenu a {
	color:#FFF;
	padding-left:4px;
	line-height:24px;
	cursor:pointer;
	font-weight:bold;
}

.div_menu_botao{
	width:100%;
	height:100%;
}

.botao_submenu{
	color:#FFF;
	cursor:pointer;
	padding-left:4px;
	padding-top:1px;
	padding-bottom:1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	z-index:2;
}

.botao_submenu_texto{
	color:#FFF;
}

.botao_submenu:hover{
	color:#FFF;
	padding-top:0px;
	padding-bottom:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.caixa_letreiro{
	border:solid 1px #CCC;
	background:url(../imagens/fundo_input.png);
	background-repeat:repeat-x;
}

.texto_sejabemvindo {
	font-size: 12pt;
	color: #FFF;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:8px;
	padding-top:4px;
}

#carregando {
	position:absolute;
	left:50%;
	top:0px;
	width:200px;
	height:20px;
	z-index:1;
	text-align:center;
	border:solid 1px #FF0;
	background-color:#CC0;
	color:#000;
	margin-left: -100px;
}
