@CHARSET "ISO-8859-1";

body{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #88888a;
}

.link_imagem {
	color: transparent;
}

/* Componentes estáticos do site */

#main {
	height: auto;
}

#header {
	width: 1000px;
	height: 141px;
}

#menu {
	position:absolute;
	width: 658px;
	margin-left: 352px;
	margin-top: 0px;
}

#logo {
	/*background-image: url("../imagens/logo.png");*/
	width: 242px;
	height: 78px;
	position: absolute;
	margin-top:23px;
	margin-left:24px;
	cursor:pointer;
}

#banner {
	background-color: #FFFFFF;
	width: 515px;
	height: 65px;
	position: absolute;
	margin-top:56px;
	margin-left:396px;
}

#barra_busca {
	background-image: url("../imagens/barra_busca.png");
	background-repeat:no-repeat;
	width: 1000px;
	height: 36px;
	position: absolute;
	margin-top:0px;
	margin-left:0px;
	z-index: 1; 
}

/* Estilos de texto utilizadas nas sessões do site */

.titulo1{
	font-size: 20pt;
	color: #f8951e;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
}

.titulo_preto{
	font-size: 16pt;
	color: #000000;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
}

.titulo_cinza{
	font-size: 15pt;
	color: #6e6d72;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
}

.titulo_cinza_small{
	font-size: 12pt;
	color: #6e6d72;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
}

.texto1{
	font-size: 9pt;
	color: #6d6e72;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
}

.texto_branco{
	font-size: 10pt;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
}

.texto2{
	font-size: 7pt;
	color: #000000;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
}

.texto_laranja{
	font-size: 9pt;
	color: #f8951e;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
}

.texto_preto{
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
}

.texto_amarelo{
	font-size: 12pt;
	color: #e7ba09;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;	
}

/* Formulários e tabelas */

.form_field{
	border:none;
	background:#d1d2d4;
	font-family: arial;
	font-weight: bold;
	color:#000000;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
}

/* INICIO tabela_listagem */

.tabela_listagem tr td{
	border-bottom:1px solid black;
	font-size: 10pt;
	color: #6d6e72;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tabela_listagem #t_head td{
	border-bottom:1px solid #e7ba09;
	font-size: 10pt;
	color: #e7ba09;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tabela_listagem #t_separator td{
	border-bottom:1px solid #000000;
	font-size: 10pt;
	color: #ffffff;
	font-style: italic;
	font-family: Cambria;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #6d6e72;
}

.tabela_listagem a{
	font-size: 9pt;
	color: #6e6d72;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}

/* FIM TABELA LISTAGEM */

.tabela_listagem a:hover{
	color: #000000;
}

.menu_lateral tr td{
	border-bottom:2px solid #FFFFFF;
	padding-top: 2px;
	padding-left: 30px;
	padding-bottom: 2px;
}

/* Links */

.link_preto{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}

.link_preto:hover{
	color: #6e6d72;
}