/*
	Definições globais - Devem estar presentes em todas os CSS.
*/
body
{
	background-color: rgb(102, 102, 102);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 8pt "Verdana";
	color: rgb(247, 107, 0);
}

TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Verdana;
	font-size: 11px;
	color: #535353;

}
.titulo1
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF8C00;
}
.titulo2
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FF8C00;
}
.titulo3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: # FF8C00;
}
.destaque1
{
	font-family: Verdana;
	font-size: 10px;
	color: # F76B00;
}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: # FF8C00;
	text-decoration: none;
}
A.link-padrao:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF8C00;
	text-decoration: underline;
}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF8C00;
	text-decoration: none;
}
A.link-lista:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF8C00;
	text-decoration: underline;
}
A.link-destaque:link,A.link-destaque:visited,A.link-destaque:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: # FF8C00;
	text-decoration: none;
}
A.link-destaque:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF8C00;
	text-decoration: underline;
}
A:link,A:visited,A:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #535353;
	text-decoration: underline;
}
A:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF8C00;
	text-decoration: underline;
}
TD.global2
{
    background-color: rgb(240, 167, 81);
    height: 12;
    color: #FFFFFF;
    text-align: center;
    font-size: 10 px;
}
TD.global1
{
   color: #FF8C00;
   font-size: 9px;
   padding: 50px 18px 18px 18px;
}
.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(255, 255, 255);
}
.linha-horizontal
{
 	height: 1px;
 	background : rgb(255, 255, 255);
}
.caixa-imagem1
{
	background-color: #FCD79A;
}
.fundo-celula
{
	background-color: #FCD79A;
}
.caixa-imagem2
{
	background-color: #ffffff;
	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: #Ffffff;
	height: 8px;
}
.linha-inf
{
	background-color: #Ffffff;
	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: #004040;
	text-decoration: none;
	font-size: 11px;
	margin-left: 1px;
	font-weight: bold;
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	color: #004040;
	text-decoration: underline;
	font-size: 11px;
	margin-left: 1px;
	font-weight: bold;
}
TD.menu
{
	background-color: rgb(255, 255, 255);
	padding: 50px 18px 18px 18px;
	height: 11px;
}
.menu-item
{
	margin-bottom: 4px;
	padding: 2px 5px 10px 2px;
	height: 11px;
}
.menu-item-aberto
{
	margin-bottom: 4px;
	padding: 2px 5px 10px 2px;
	font-size: 11px;
	height: 11px;
}
/*
	Fim do menu
*/

TD.img-top-right
{
	background: transparent url('img/img-top-right-var1.gif');
	width: 792px;
	height: 162px;
}

TD.img-menu
{
	background: transparent url('img/img-left-var1.gif');
	width: 158px;
	height: 1px;
	background-position: top;
}

/*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;
}

