/*
	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(76, 76, 76);
}
TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Arial;
	font-size: 10px;
	color: #4B4B4B;

}
.titulo1
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F94B02;

}
.titulo2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F94B02;

}
.titulo3
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F94B02;

}
.destaque1
{
	font-family: Arial;
	font-size: 11px;
	color: #4B4B4B;

}
A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F94B02;
	text-decoration: none;

}
A.link-padrao:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F94B02;
	text-decoration: underline;

}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Arial;
	font-size: 11px;
	color: #4B4B4B;
	text-decoration: none;

}
A.link-lista:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #4B4B4B;
	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: #F94B02;
	text-decoration: none;

}
A.link-destaque:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F94B02;
	text-decoration: underline;
}
A:link,A:visited,A:active
{
	font-family: Arial;
	font-size: 10px;
	color: #4B4B4B;
	text-decoration: underline;

}
A:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #F94B02;
	text-decoration: underline;

}
.global1
{
	background-color: #B40001;
	height: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	border-top: 1px solid white
}
.img-legenda
{
	font-size: 8pt;
}
.caixa-texto
{
	background-color : #CACACA;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;
}
TD.borda-celula
{
	border: 15px solid #CACACA;
}
.linha-vertical
{
 	width: 1px;
 	background : #F94B02;
}
.linha-horizontal
{
 	height: 1px;
 	background : #F94B02;
}
.caixa-imagem1
{
	background-color: #CACACA;
}
.fundo-celula
{
	background-color: #CACACA;
	color: rgb(75, 75, 75);
}
.caixa-imagem2
{
	background-color: #7B7B7B;
	color: #FFFFFF;
	border-right: 1px solid white;
}

DIV.borda-tabela
{
	border: 1px solid #F94B02;
}
.coluna-lista
{
	background-color: #CACACA;
}
.meio-vertical
{
	border-right: 1px solid white;
}
.linha-sup
{
	background-color: #E38001;
	height: 15px;
	border-bottom: 1px solid white;
}
.linha-sup2
{
	background-color: #E38001;
	height: 8px;
}
.linha-inf
{
	background-color: #E38001;
	color: #FFFFFF;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: #CACACA;
	color: #FFFFFF;
}
.lista-item
{
	border-left: dashed 1px #F94B02;
}
.lista-caixa
{
	border: 1px solid #F94B02;
}
.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
{
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	color: rgb(255, 255, 255);
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	font-size: 12px;
	text-decoration: underline;
	text-transform: lowercase;
	color: rgb(255, 255, 255);
}
TD.menu
{
	background-color: #B40001;
	border-bottom: 1x solid white;
	height: 27px;
}
.menu-item
{
	font-weight: bold;
	padding-left:15px;
	text-align: right;
	line-height: 200%;
	font-size: 9pt;
}
.menu-item-aberto
{
	font-weight: bold;
	padding-left: 15px;
	text-align: right;
	line-height: 200%;
	font-size: 9pt;
}
/*
	Fim do menu
*/
.asterisco
{
	background-color: #7B7B7B;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	width: 27px;
	text-align: center;
}

.traco
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #B40001;
	width: 47px;
	height: 27px;
}

.logotipo
{
	background-color: #2B2B2B;
	color: #FFFFFF;
	height: 75px;
	padding-left: 25px;
	border-left: 1px solid white

}

.img-left
{
	background: transparent url('img/img-left-var1.jpg') no-repeat;
	width: 303px;
	height: 163px;
	border-left: 1px solid white
}

.img-separa
{
	background: transparent url('img/img-middle-var1.gif') repeat-y;
	width: 45px;
}

.endereco
{
	background-color: #7B7B7B;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}


TD.fundo
{
	background: transparent url('img/img-fundo-var1.gif');
	width: 247px;
}

TD.linha-tabela
{
	background-color: #E38001;
	color: #FFFFFF;
}

TD.fundo-coluna
{
	background-color:"#757575"
}

/*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;
}