/*
	Definições globais - Devem estar presentes em todas os CSS.
*/

body
{
	background-color: rgb(102, 102, 102);
	text-align: center;
	font: 11px Verdana;
	color: rgb(123, 66, 0);
}
TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Verdana;
	font-size: 11px;
	color: #7B4200;

}

.titulo1
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FF8421;

}

.titulo2
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF8421;

}
.titulo3
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF8421;

}
.destaque1
{
	font-family: Verdana;
	font-size: 10px;
	color: #7B4200;

}
A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF8421;
	text-decoration: none;

}
A.link-padrao:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF8421;
	text-decoration: underline;

}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #7B4200;
	text-decoration: none;

}
A.link-lista:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #7B4200;
	text-decoration: underline;

}
A.link-destaque:link,A.link-destaque:visited,A.link-destaque:active
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF8421;
	text-decoration: none;

}
A.link-destaque:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF8421;
	text-decoration: underline;

}
A:link,A:visited,A:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #7B4200;
	text-decoration: underline;

}
A:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF8421;
	text-decoration: underline;

}
TD.global1
{
	padding: 3px;
	text-align: center;
	background-color: rgb(255, 183, 98);
	color: White;
	font-size: 11px;
}
.img-legenda
{
	font-size: 8pt;
}
.caixa-texto
{
	background-color : #FFEFDD;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;

}
TD.borda-celula
{
	border: 15px solid #FFB762;
}
.linha-vertical
{
 	width: 1px;
 	background :#FFB563;
}

.linha-horizontal
{
 	height: 1px;
 	background :#FFFFFF;
}
.caixa-imagem1
{
	background-color: #FFEFDD;
}
.fundo-celula
{
	background-color: #FFEFDD;
	color: rgb(75, 75, 75);
}
.caixa-imagem2
{
	background-color: #EAF4D2;
	color: #FF8421;
	border-right: 1px solid white;
}
DIV.borda-tabela
{
	border: 1px solid #FFB762;
}
.coluna-lista
{
	background-color: #FFEFDD;
}
.meio-vertical
{
	border-right: 1px solid white;
}
.linha-sup
{
	background-color: #FFB563;
	height: 15px;
	border-bottom: 1px solid white;
}
.linha-sup2
{
	background-color: #FFB563;
	height: 8px;
}
.linha-inf
{
	background-color: #FFB563;
	color: #FFFFFF;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: #FFEFDD;
	color: #FF8421;
}
.lista-item
{
	border-left: dashed 1px #FFB762;
}
.lista-caixa
{
	border: 1px solid #FFB762;
}
.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: uppercase;
	color: rgb(123, 66, 0);
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	text-decoration: underline;
	text-transform: uppercase;
	color: rgb(123, 66, 0);
	font-weight: bold;
}
TD.menu
{
	padding: 5px;
	border-top: 1px solid rgb(255, 183, 98);
	border-bottom: 1px solid rgb(255, 183, 98);
	text-align: center;
	line-height: normal;
}
.menu-item
{
}
.menu-item-aberto
{
}
/*
	Fim do menu
*/


TD.img-rococo-var1
{
	background: transparent url('img/rococo-var1.gif') no-repeat;
	width: 52px;
	height: 60px;
}

TD.img-bonitinha-var1
{
	background: transparent url('img/bonitinha-var1.jpg') no-repeat bottom;
	width: 779px;
	height: 177px;
	padding:  10px;
}


/*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;
}
