/*
	Definições globais - Devem estar presentes em todas os CSS.
*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 8pt "Arial";
	color: rgb(247, 107, 0);
}

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: #20636c;
}
.titulo2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #20636c;
}
.titulo3
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #20636c;
}
.destaque1
{
	font-family: Arial;
	font-size: 10px;
	color: #20636c;
}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #655352;
	text-decoration: none;
}
A.link-padrao:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #655352;
	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: #655352;
	text-decoration: none;
}
A.link-lista:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #655352
	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: #655352;
	text-decoration: none;
}
A.link-destaque:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #655352;
	text-decoration: underline;
}
A:link,A:visited,A:active
{
	font-family: Arial;
	font-size: 11px;
	color: #655352;
	text-decoration: underline;
}
A:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #655352;
	text-decoration: underline;
}
.global1
{
   color: #565656;
   font-size: 11px;
   background: #FFFFFF;
   border:  1px #B0B0B0;
   width: 149px;
}
.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 : #ffffff;
}
.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: #2e9eb0;
	text-decoration: none;
	font-size: 11px;
	margin-left: 4px;
	font-weight: bold;	
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	color: #2e9eb0;
	text-decoration: underline;
	font-size: 11px;
	margin-left: 4px;
	font-weight: bold;
}
TD.menu
{
 	padding: 28px 15px 15px 15px;
}
.menu-item
{
	margin-bottom: 4px;
	padding: 3px 0px 3px 0px;
	height: 10px;
	width: 176px;
	border-top: dashed 1px #B0B0B0;	

}
.menu-item-aberto
{
	margin-bottom: 4px;
	padding: 2px 5px 2px 0px;
	font-size: 10px;
	height: 10px;
	width: 176px;
	border-top: dashed 1px #B0B0B0;	
	
}
.borda
{
	width: 176px;
	border-top: dashed 1px #B0B0B0;	

}
/*
	Fim do menu
*/
.logo
{
	background: #FFFFFF url('img/logo.jpg') no-repeat;
	width: 779px;
	height: 140px;
}
.fundo
{
	background: #FFFFFF url('img/fundo.jpg') no-repeat;
}
.faixa-amarela
{
	height: 9px;
	background-color: #2e9eb0;
}
.col-dir
{
	padding-left: 10px;
	padding-top: 5px;
	width: 204px;
}


