/* atribue parâmetros a todas as páginas */ 
body {
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0px;
	font-size:30px;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
	background:url(imagens/bola_03.gif) left no-repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	margin-top:12px;
	margin-bottom:18px;
	font-size:18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#7F7F7F;
	margin:0px;
	padding:0px;
	float:left;
	font-size:18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#990100;
	margin:0px;
	padding:0px;
	font-size:18px;
}
h5 {
	font-family: Georgia, arial, verdana;
	color:#999999;
	margin:0px;
	padding:0px;
	font-style:italic;
	font-size:20px;
}
h6 {
	color:#FFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:none;
	margin-left:10px;
	padding-left:15px;
	background:url(imagens/bola_menor.gif) left no-repeat;
}

.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	background:url(imagens/linha_menu_03.gif) no-repeat bottom;
	padding-left:25px;
	text-decoration: none;
}

.menu a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}
.menu a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}
.menu a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#B6B6B6;
	text-decoration: none;
}
.menu a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_preto{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_preto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}

.texto_branco{
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.texto_branco a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
}
.texto_branco a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.texto_vaga {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
	text-align:justify;
}
.texto_vaga a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#000;
	text-decoration: none;
	text-align:justify;
}
.texto_vaga a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align:justify;
}
.texto_vaga a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_vaga a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align:justify;
}

.cinza_claro {
	font-family: Verdana;
	font-size: 11px;
	color: #C9C9C9;
	text-decoration: none;
}

.cinza_escuro {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.cinza_escuro a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
}
.cinza_escuro a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.cinza_escuro a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.cinza_escuro a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.texto_preto{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	
}

.texto_preto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}

.texto_vermelho{
	font-family: Verdana;
	font-size: 11px;
	color: #FA0B2B;
	text-decoration: underline;
	
}
.texto_vermelho a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#FA0B2B;
	text-decoration: underline;
}
.texto_vermelho a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FA0B2B;
	text-decoration: underline;
}
.texto_vermelho a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FA0B2B;
	text-decoration: underline;
}
.texto_vermelho a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FA0B2B;
	text-decoration: underline;
}


/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_destaque a:link {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_destaque a:visited {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_destaque a:hover {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #181818;
	text-decoration: underline;
}

.texto_destaque a:active {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


.texto_destaque_vermelho {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #8E0000;
	text-decoration: none;
}

.texto_destaque_vermelho a:link {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #8E0000;
	text-decoration: none;
}
.texto_destaque_vermelho a:visited {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #8E0000;
	text-decoration: none;
}
.texto_destaque_vermelho a:hover {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #8E0000;
	text-decoration: underline;
}
.texto_destaque_vermelho a:active {
	font-weight:bold;
	font-family: Verdana;
	font-size: 11px;
	color: #8E0000;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7A7776;
}


.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #EFEFEF;
	text-decoration: none;
}
.rodape_escuro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #A8A8A8;
	text-decoration: none;
}

.cinza10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.cinza10 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.cinza10 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.cinza10 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.cinza10 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.titulo {
	color:#000;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.titulo_paginas {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.negrito14 {
	color:#0000FE;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.negrito14 a:link {
	color:#0000FE;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.negrito14 a:visited {
	color:#0000FE;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.negrito14 a:hover {
	color:#0000FE;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.negrito14 a:active {
	color:#0000FE;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 3px solid #fff; }


.borda_padding { padding: 6px; }



.tabelinha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	text-decoration: none;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

.tabelinha_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
	color:#000;
	text-align:center;
	vertical-align:middle;
}

.tabelinha_branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-decoration: none;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

ul li {
  list-style:none;
  line-height:28px;
  padding-left:35px;
  background:url(imagens/lista_vagas_03.gif) left no-repeat #E5E5E5;
  height:27px;
  width:550px;
  margin:0;
  border-bottom:2px solid white;
}

.repeat-x { background-repeat:repeat-x;}
.no-repeat_bottom { background-repeat:no-repeat; background-position:bottom; }
.no-repeat { background-repeat:no-repeat; }