/*

	Definições globais - Devem estar presentes em todas os CSS.

*/

body

{

	background-color: rgb(102, 102, 102);

	text-align: center;

	font: 10px Verdana;

	color: rgb(81, 81, 81);

}

TD P

{

	margin: 3px 0px 3px 0px;

}

TD

{

	texto	font-family: Arial;

	font-size: 10px;

	color: #494949;



}



.titulo1

{

	font-family: Arial;

	font-size: 15px;

	font-weight: bold;

	color: #494949;



}



.titulo2

{

	font-family: Arial;

	font-size: 13px;

	font-weight: bold;

	color: #494949;



}

.titulo3

{

	font-family: Arial;

	font-size: 11px;

	font-weight: bold;

	color: #494949;



}

.destaque1

{

	font-family: Arial;

	font-size: 11px;

	color: #494949;



}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active

{

	font-family: Arial;

	font-size: 10px;

	font-weight: bold;

	color: #494949;

	text-decoration: none;



}

A.link-padrao:hover

{

	font-family: Arial;

	font-size: 10px;

	font-weight: bold;

	color: #494949;

	text-decoration: underline;



}

A.link-lista:link,A.link-lista:visited,A.link-lista:active

{

	font-family: Arial;

	font-size: 11px;

	color: #494949;

	text-decoration: none;



}

A.link-lista:hover

{

	font-family: Arial;

	font-size: 11px;

	color: #494949;

	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: #494949;

	text-decoration: none;

}

A.link-destaque:hover

{

	font-family: Arial;

	font-size: 10px;

	font-weight: bold;

	color: #494949;

	text-decoration: underline;



}

A:link,A:visited,A:active

{

	font-family: Arial;

	font-size: 10px;

	color: #494949;

	text-decoration: underline;



}

A:hover

{

	font-family: Arial;

	font-size: 10px;

	color: #CCCCCC;

	text-decoration: underline;



}

TD.global1

{

	background: #DADADA url('img/img-rodape.gif') no-repeat;

	width: 796px;

	height: 23px;

	padding: 10px 10px 0px 10px;

}

.img-legenda

{

	font-size: 8pt;

}

.caixa-texto

{

	background-color : #E7E7E7;

	padding: 10px,10px,10px,10px;

	border: 3px solid white;

}

TD.borda-celula

{

	border: 15px solid #494949;

}

.linha-vertical

{

 	width: 1px;

 	background : rgb(81, 81, 81);

}

.linha-horizontal

{

 	height: 1px;

 	background : rgb(81, 81, 81);

}

.caixa-imagem1

{

	background-color: #E7E7E7;

}

.fundo-celula

{

	background-color: #E7E7E7;

	color: rgb(75, 75, 75);

}

.caixa-imagem2

{

	background-color: #EDBE47;

	color: #FFFFFF;

	border-right: 1px solid white;

}

DIV.borda-tabela

{

	border: 1px solid #494949;

}

.coluna-lista

{

	background-color: #E7E7E7;

}

.meio-vertical

{

	border-right: 1px solid white;

}

.linha-sup

{

	background-color: #C9C9C9;

	height: 15px;

	border-bottom: 1px solid white;

}

.linha-sup2

{

	background-color: #C9C9C9;

	height: 8px;

}

.linha-inf

{

	background-color: #C9C9C9;

	color: #FFFFFF;

	height: 20px;

}

TD.faixa-horizontal

{

	background-color: #E7E7E7;

	color: #FFFFFF;

}

.lista-item

{

	border-left: dashed 1px  #494949;

}

.lista-caixa

{

	border: 1px solid #494949;

}

.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(81, 81, 81);

	font-weight: bold;

	font-size: 11px;

}

A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover

{

	text-decoration: underline;

	text-transform:lowercase;

	color: rgb(81, 81, 81);

	font-weight: bold;

	font-size: 11px;

}

TD.menu

{

	text-align: left;

	height: 35px;

	font-size: 11px;



}

.menu-item

{

	font-size: 11px;

}

.menu-item-aberto

{

	font-weight: bold;

	font-size: 11px;

}

/*

	Fim do menu

*/

TD.top

{

	background: transparent url('img/img-top-var1.jpg') no-repeat;

	width: 1040px;

	height: 380px;

}



DIV.slogan

{

	color: rgb(122, 198, 239);

	font-size: 12pt;

	font-weight: bold;

}



TD.linha

{

	background: transparent url('img/img-linha.gif') no-repeat;

	height: 1px;

}



TD.espaco

{

	background: transparent url('img/img-linha-verti.gif') no-repeat;

	whidth: 3px;

	height: 35px;

	color: rgb(81, 81, 81);

	font-size: 10px;

	background-position: bottom;

}



/*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;

}