.botaoVoltar, .botaoFechar, .botaoImprimir, .botaoLeiaMais, .botaoVejaMais {
	text-indent: -99999px; 
	display: block; 
	overflow: hidden;
}
a {
	color: #006600;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #333333;
}
a, a:visited, a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.um {
	color: #9F4527;
}
a.um:visited {
	color: #9F4527;
}
a.um:hover {
	color: #232D8D;
}
a.um, a.um:visited, a.um:hover {
	font-size: 21px;
	font-weight: normal;
	text-decoration: none;
}
a.dois {
	color: #003399;
}
a.dois:visited {
	color: #003399;
}
a.dois:hover {
	color: #003399;
}
a.dois, a.dois:visited, a.dois:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.tres {
	color: #9EAE3D;
}
a.tres:visited {
	color: #9EAE3D;
}
a.tres:hover {
	color: #9EAE3D;
}
a.tres, a.tres:visited, a.tres:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.quatro {
	color: #FFF;
	text-decoration: underline;
}
a.quatro:visited {
	color: #FFF;
}
a.quatro:hover {
	color: #FFF;
}
a.quatro, a.quatro:visited, a.quatro:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.destaque {
  color: #363636;
}
.destaque2 {
  color: #F58938;
}
p {
	padding: 0 0 10px 0;
}
.objetoOculto {
	display: none; 
	overflow: hidden;
	text-indent: -99999px; 
}
.alinhamentoEsquerdo {
	text-align: left;
}
.alinhamentoCentro {
	text-align: center;
}
.alinhamentoDireito {
	text-align: right;
}
.alinhamentoJustificado {
	text-align: justify;
}
.linhaHorizontal {
  width: 100%;
  border-top: 1px solid #000;
}
.ie .linhaHorizontal {
  width: 99%;
}
.borda {
  border: 1px solid #A9A9A9;
}
.botaoVoltar {
	margin: 30px auto;
	width: 59px;
	height: 26px;
	background: url(../_img/_bot_voltar.png) no-repeat;
}
.botaoFechar {
	margin: 30px auto;
	width: 53px;
	height: 11px;
	background: url(../_img/_bot_fechar.gif) no-repeat;
}
.botaoImprimir {
	margin: 30px auto;
	width: 53px;
	height: 11px;
	background: url(../_img/_bot_imprimir.gif) no-repeat;
}
.botaoLeiaMais {
	margin: 0 auto 5px;
	width: 63px;
	height: 15px;
	background: url(../_img/_bot_leia_mais.gif) no-repeat;
}
.botaoVejaMais {
	margin: 0 auto 5px;
	width: 63px;
	height: 15px;
	background: url(../_img/_bot_veja_mais.gif) no-repeat;
}
.mensagem , #mensagem {
	margin: 80px 0 40px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.mensagem img, #mensagem img {
	margin: 0 auto 20px;
}
.mensagem a, #mensagem a {
	margin: 20px auto 0;
}
#sombraDireita {
  margin: 0 auto;
  width: 100%;
  background: url(../_img/bck_sombra_direita.gif) 100% 5px repeat-y; 
}
#sombraInferior {
  background: url(../_img/bck_sombra_inferior.gif) 0 100% repeat-x;
}
#sombraCanto {
  padding: 0 12px 12px 0;
  background: url(../_img/bck_sombra_canto.gif) 100% 100% no-repeat; 
}
.box {
  float: left;
}
.boxB {
  float: right;
}

