/*
	Definições globais - Devem estar presentes em todas os CSS.
*/
body
{
	background-color: rgb(102, 102, 102);
	text-align: center;
	font: 10px Arial;
	color: rgb(40, 38, 0);
}
TD
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;

}
TD P
{
	margin: 3px 0px 3px 0px;
}
.titulo1
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #DF870B;

}

.titulo2
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #DF870B;

}
.titulo3
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #DF870B;

}
.destaque1
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;

}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #DF870B;
	text-decoration: none;

}
A.link-padrao:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #DF870B;
	text-decoration: underline;

}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Arial;
	font-size: 11px;
	color: #DF870B;
	text-decoration: none;

}
A.link-lista:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #DF870B;
	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: #DF870B;
	text-decoration: none;

}
A.link-destaque:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #DF870B;
	text-decoration: underline;

}
A:link,A:visited,A:active
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;

}
A:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #DF870B;
	text-decoration: underline;

}
TD.global1
{
	text-align: left;
	color: rgb(255, 255, 255);
	background: rgb(187, 167, 94) url('img/img-rodape-var1.gif') no-repeat right;
	font-size: 9pt;
	padding-left: 10px;
	height: 35px;
}
.img-legenda
{
	font-size: 8pt;
}
.caixa-texto
{
	background-color : #DFDFDF;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;
}
TD.borda-celula
{
	border: 15px solid #9D9D9D;
}
.linha-vertical
{
 	width: 1px;
 	background : #E38001;
}
.linha-horizontal
{
 	height: 1px;
 	background : #E38001;
}
caixa-imagem1
{
	background-color: #DFDFDF;
}
.fundo-celula
{
	background-color: #DFDFDF;
	color: rgb(75, 75, 75);
}
.caixa-imagem2
{
	background-color: #1B3808;
	color: #FFFFFF;
	border-right: 1px solid white;
}
DIV.borda-tabela
{
	border: 1px solid #9D9D9D;
}
.coluna-lista
{
	background-color: #DFDFDF;
}
.meio-vertical
{
	border-right: 1px solid white;
}
.linha-sup
{
	background-color: #E38001;
	height: 15px;
	border-bottom: 1px solid white;
}

.linha-sup2
{
	background-color: #1B3808;
	height: 8px;
}
.linha-inf
{
	background-color: #E38001;
	color: #6C85A6;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: #DFDFDF;
	color: #FFFFFF;
}
.lista-item
{
	border-left: dashed 1px  #9D9D9D;
}
.lista-caixa
{
	border: 1px solid #9D9D9D;
}
.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
{
	text-decoration: none;
	text-transform: lowercase;
	color: rgb(255, 255, 255);
	font: 13px Arial;
	vertical-align: middle;
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	text-decoration: none;
	text-transform: lowercase;
	color: rgb(255, 255, 255);
	font: 13px Arial;
	font-weight: bold;
	vertical-align: middle;
}
TD.menu
{
	padding: 5px;
	text-align: center;
	line-height: normal;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #BCB451;
}

.menu-item
{
	padding-left:15px;
	text-align: left;
	line-height: 200%;
	font-size: 9pt;
	background-color: rgb(27, 56, 8);
	width: 217px;
	height: 22px;
}

.menu-item-aberto
{
	font-weight: bold;
	padding-left: 15px;
	text-align: left;
	line-height: 200%;
	font-size: 9pt;
	background-color: rgb(27, 56, 8);
	width: 217px;
	height: 22px;
}
/*
	Fim do menu
*/
TD.fundo
{
	background: transparent url('img/img-fundo-var1.gif');
	width: 247px;
}
TD.img-asterisco-var1
{
	background: transparent url('img/img-asterisco-var1.gif') no-repeat;
	width: 30px;
	height: 63px;
	border-bottom: solid #112701 1px;
}
TD.back-logo
{
	background-color: rgb(180, 168, 96);
	width: 217px;
	height: 63px;
	padding: 10px 10px 10px 10px;
}
TD.coluna
{
	background-color: rgb(14, 41, 0);
	width: 30px;
}
DIV.img-ladrilho1-var1
{
	width: 0px;
	height:0px;
	background: transparent url('img/img-ladrilho-var1.gif');
}
TD.img-ladrilho4-var1
{
	height:10px;
	background: transparent url('img/img-ladrilho-var1.gif');
}
TD.img-ladrilho2-var1
{
	width: 217px;
	height:16px;
	background: transparent url('img/img-ladrilho2-var1.gif');
}
TD.img-ladrilho3-var1
{
	width: 30px;
	height:15px;
	background: transparent url('img/img-ladrilho3-var1.gif');
}
TD.img-top-var1
{
	background: transparent url('img/img-top-var1.jpg') no-repeat;
	width: 217px;
	height: 217px;
}
TD.linha-inicial
{
	background: transparent url('img/img-linha-inicial-var1.gif') no-repeat;
	width: 247px;
	height: 2px;
}
TD.linha-final
{
	background: transparent url('img/img-linha-final-var1.gif') no-repeat;
	width: 247px;
	height: 2px;
}

/*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;
}
