<!--
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #c5d7ed;
	background-image:url(/imagens/linha_de_fundo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 99%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.rodape {
	background-image:url(/orbita/imagens/mold_r16_c3.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#666666;
}
.rodape td {
	padding-left:10px;
}
.oneColLiqCtr #rodape {
	margin-top:15px;
	height:30px;
	background-image:url(/orbita/imagens/mold_r16_c3.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#666666;
}
.inputTexto {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
}
.tituloArtigos {
	color:#666666;
}
.chamadaArtigos {
	color:#666666;
	font-style:italic;
}
.tdTextoArtigos p {
	line-height:180%;
	letter-spacing:120%;
}
a {
	color:#42A0FF;
	text-decoration:none;
}
a:hover {
	color:#42A0FF;
	text-decoration:underline;
}
input {
	border:1px solid #999999;
}
-->