/* CSS Document */

/* CSS'S DE COMPONENTES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#e1e1e1;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
	margin				: 0;
	padding				: 0;
}

.texto{font-weight:normal; font-family:Arial; color:#333333; font-size:10pt; text-align: justify; line-height:20px;}

div {
	float: left;
}

img {
	border: 0;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* CSS'S DE OBJETOS & CLASSES */

#corpo {
	width: 870px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -435px;
	_margin-top:-20px;
}

#respiroSuperior {
	width: 870px;
	height: 0px;
}

#conteudoInterno {
	width: 870px;
}

#conteudoInterno #conteudoPagina{
	width: 860px;
	background-image: url(/img/layout/internasConteudo.gif);
	background-repeat: repeat-y;
	padding: 10px;
}

#conteudoInterno #menuInterno {
	width: 850px;
	height: 40px;
	background-image: url(/img/layout/fundoMenuInterno.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#conteudoInterno #imgTopo {
	background-image: url(/img/BoxBrancoTop.gif);
	background-repeat: no-repeat;
	width: 870px;
	height: 15px;
}

#conteudoInterno #imgBaixo {
	background-image: url(/img/BoxBrancoDown.gif);
	background-repeat: no-repeat;
	width: 870px;
	height: 13px;
}

#conteudoInterno #tituloInterno {
	font-size: 18px;
	color: #7d1116;
	font-weight: bold;
	width: 860px;
	margin-bottom: 10px;
}

#conteudoInterno #corpoInterno {
	width: 850px;
}

#conteudoInterno #corpoInternoBordaSuperior {
	width: 850px;
	height: 15px;
}

#conteudoInterno #corpoInternoConteudo {
	background-image: url(/img/layout/fundoConteudoInternoCentro.gif);
	background-repeat: repeat-y;
	width: 810px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#conteudoInterno #corpoInternoBordaInferior {
	_margin-top: -8px; /* para IE6*/
	width: 850px;
	height: 15px;
}

#rodape {
	width: 870px;
	height: 49px;
	background-image: url(/img/layout/rodape.jpg);
	background-repeat: no-repeat;
}

#rodape #tbConteudoRodape {
	margin-top: 16px;
	margin-left: 170px;
}

#rodape #tbConteudoRodape a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#rodape #tbConteudoRodape a:hover {
	text-decoration: underline;
}

#trial {
	width: 870px;
	height: 15px;
}

