/*
	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(152, 152, 152);
}
TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Arial;
	font-size: 10px;
	color: #4C4C4C;

}

.titulo1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A2D200;

}

.titulo2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #A2D200;

}
.titulo3
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4C4C4C;

}
.destaque1
{
	font-family: Arial;
	font-size: 10px;
	color: #4C4C4C;

}
A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #719100;
	text-decoration: none;

}
A.link-padrao:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #719100;
	text-decoration: underline;

}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Arial;
	font-size: 10px;
	color: #719100;
	text-decoration: none;

}
A.link-lista:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #006586;
	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: #719100;
	text-decoration: none;

}
A.link-destaque:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #719100;
	text-decoration: underline;

}
A:link,A:visited,A:active
{
	font-family: Arial;
	font-size: 10px;
	color: #4C4C4C;
	text-decoration: underline;

}
A:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #A2D200;
	text-decoration: underline;

}
TD.global1
{
	background-color: rgb(113, 145, 0);
}
.img-legenda
{
	font-size: 8pt;
}
.caixa-texto
{
	background-color : #DFE5C6;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;
}
TD.borda-celula
{
	border: 15px solid #719100;
}
.linha-vertical
{
 	width: 1px;
 	background : rgb(113, 145, 0);
}
.linha-horizontal
{
 	height: 1px;
 	background : rgb(113, 145, 0);
}
.caixa-imagem1
{
	background-color: #DFE5C6;
}
.fundo-celula
{
	background-color: #DFE5C6;
}
.caixa-imagem2
{
	background-color: rgb(93, 125, 142);
	color: #FFFFFF;
	border-right: 1px solid white;
}
DIV.borda-tabela
{
	border: 1px solid #719100;
}
.coluna-lista
{
	background-color: #DFE5C6;
}
.meio-vertical
{
	border-right: 1px solid white;
}
.linha-sup
{
	background-color: #9FC347;
	height: 15px;
	border-bottom: 1px solid white;
}
.linha-sup2
{
	background-color: #CCE985;
	height: 8px;
}
.linha-inf
{
	background-color: #CCE985;
	color: #FFFFFF;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: #DFE5C6;
	color: #FFFFFF;
}
.lista-item
{
	border-left: dashed 1px #719100;
}
.lista-caixa
{
	border: 1px solid #719100;
}
.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: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
TD.menu
{
	padding: 0px 20px 0px 20px;
	line-height: normal;
	background-color: rgb(113, 145, 0);
	color: #FFFFFF;
}
.menu-item
{
}
.menu-item-aberto
{
}
/*
	Fim do menu
*/

.borda
{
	border: solid 1px white;
}
.img-top1
{
	background: url('img/img-top1-var1.jpg') no-repeat bottom;
	width: 138px;
	height: 68px;
	border: solid 1px rgb(136, 152, 134);
}
.img-top2
{
	background: url('img/img-top2-var1.jpg') no-repeat bottom;
	width: 138px;
	height: 68px;
	border: solid 1px rgb(136, 152, 134);
}
.img-top3
{
	background: url('img/img-top3-var1.jpg') no-repeat bottom;
	width: 138px;
	height: 68px;
	border: solid 1px rgb(136, 152, 134);
}
TD.fundo-menu
{
	background-color: rgb(113, 145, 0);
	border-bottom: solid 1px rgb(93, 125, 142);
	border-top: solid 1px rgb(93, 125, 142);
}

.texto-rodape
{
	color: white;
	background-color: rgb(113, 145, 0);
	text-align: right;
}
TD.espaco
{
	width: 1px;
}

/*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;
}
