/* CSS principal
   É chamado em todas as páginas
   */

body{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	/*text-align:center;*/
	margin:0;
	background-attachment: scroll;
	background-color: #42929D;
	background-image: url(../_img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

div { display:block; }
td {text-align: left;}
h3, h5{	text-align:left;}
h4, h5 {color:#42929D;margin-bottom:-5px;}
img.interno {margin-right:10px;}
img.esquerda {margin-left:10px;}
hr {	
	color:#42929D;
	background-color:#42929D;
	height: 3px; 
}

#principal {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0 1px;
	margin:0 auto;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	position:relative;
	width:860px;
}

#esquerda, #conteudo {
	margin-top:35px; 
	margin-bottom:35px;
	margin-left:15px;
	margin-right:15px;
}


#esquerda p{ text-align:left; }

#botao {
	font-size: 14px;
	font-weight: bolder;
	background-color: #009900;	
	height: 20px;
	width: 150px;
	text-align: center;
	padding: 10px;
	position:relative;
	margin-left: 530px;
}
#botao a{color: #FFFFFF;text-decoration: none;}
#botao a:hover{color: #FFFFFF;text-decoration: underline;}

/* Links de rodapé e topo */
#topo {
text-align: center;
margin-top:3px;
}

p.justificado{
	text-align:justify;
}

p.justificadoMaior{
	text-align:justify;
	font-size:14px;
}

p.rodape{
	background-color:#E77817;
	padding: 5px 10px;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	margin-top: 0px;
}
ul {margin:0;padding:0;}
.rodape {
	font-size:10px;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
}
.rodape ul li {	display:inline;	}
.rodape ul li a {
	color:#000000;
	padding:0.5em 0.2em 0.5em 0.1em;
	text-decoration:none;
	letter-spacing:-0.1em;
}
.rodape ul li a:hover {
	background-color:#E77817;
	color:#FFFFFF;
}

.lnk{
	font-weight: bold;
	color: #42929D;	
	text-decoration: none;
}
.lnk:hover{
	text-decoration: underline;
}

