/*
	Definições globais - Devem estar presentes em todas os CSS.
*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 8pt "Arial";
	color: #6C6C6C;
	background-color: #00738C;
}

TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Arial;
	font-size: 11px;
	color: #535353;

}
.titulo1
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #6C6C6C;
}
.titulo2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #6C6C6C;
}
.titulo3
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
}
.destaque1
{
	font-family: Arial;
	font-size: 10px;
	color: #6C6C6C;
}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E;
	text-decoration: none;
}
A.link-padrao:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E;
	text-decoration: underline;
}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E;
	text-decoration: none;
}
A.link-lista:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E
	text-decoration: underline;
}
A.link-destaque:link,A.link-destaque:visited,A.link-destaque:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E;
	text-decoration: none;
}
A.link-destaque:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #D8251E;
	text-decoration: underline;
}
A:link,A:visited,A:active
{
	font-family: Arial;
	font-size: 11px;
	color: #D8251E;
	text-decoration: underline;
}
A:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #D8251E;
	text-decoration: underline;
}
.global1
{
   font-size: 11px;
   width: 127px;
   text-align: left;
   font-family: Trebuchet MS;
}
.img-legenda
{
	font-size: 8pt;
	color: #FF8C00;
}
.caixa-texto
{
	background-color : #FCD79A;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;
}
TD.borda-celula
{
	border: 15px solid #F0A751;
}
.linha-vertical
{
 	width: 1px;
 	background : rgb(240, 167, 81);
}
.linha-horizontal
{
 	height: 1px;
 	background : #D8251E;
}
.caixa-imagem1
{
	background-color: #FCD79A;
}
.fundo-celula
{
	background-color: #FCD79A;
}
.caixa-imagem2
{
	background-color: #F0A751;
	color: #FFFFFF;
	border-right: 1px solid white;
}
DIV.borda-tabela
{
	border: 1px solid #F0A751;
}
.coluna-lista
{
	background-color: #FCD79A;
}
.meio-vertical
{
	border-right: 1px solid white;
}
.linha-sup
{
	background-color: rgb(240, 167, 81);
	height: 15px;
	border-bottom: 1px solid white;
}
.linha-sup2
{
	background-color: #F0A751;
	height: 8px;
}
.linha-inf
{
	background-color: #F0A751;
	color: #FFFFFF;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: rgb(240, 167, 81);
	color: #FFFFFF;
}
.lista-item
{
	border-left: dashed 1px #F0A751;
}
.lista-caixa
{
	border: 1px solid #F0A751;
}
.meio
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid white;
}
/*
	Fim das definições Globais
*/
/*
	Necessarias para o menu
*/
A.menu:link,A.menu:visited,A.menu:active,A.menu:hover
{
	color: #00738C;
	text-decoration: none;
	font-size: 12px;
	margin-left: 4px;
	font-weight: bold;	
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	color: #00738C;
	font-size: 12px;
	margin-left: 4px;
	font-weight: bold;
	text-decoration: none;
}
TD.menu
{
 	padding: 20px;
}
.menu-item
{	
	padding: 3px 5px 3px 0px;
	width: 149px;
	border-top: solid 1px #6CC9DD;	

}
.menu-item-aberto
{
	padding: 3px 5px 3px 0px;
	width: 149px;
	border-top: solid 1px #6CC9DD;	
	background-color: #ECECEC;
}
.borda
{
	width: 149px;
	border-top: solid 1px #6CC9DD;	

}
/*
	Fim do menu
*/
.img-top
{
	background: url('img/img-top.jpg') no-repeat;
	width: 779px;
	height: 180px;
}
.img-bottom
{
	background:  #00738C url('img/img-bottom.jpg') no-repeat top;
	width: 779px;
	height: 83px;
}
/*Colunas*/

#contentA{
	width: 160px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 8px 10px 0;
}

#contentB{
	width: 570px;
	float: right;
	margin: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.contentGeral{
	padding: 3px 5px 3px 5px;
}