/* formatos gerais */
body{
	color:#000;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
a{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
	}
/* estilos DIV  */

#cabeca h1{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
#cabeca1 h1{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
#historia {
	display:none;
	}
#atual {
	display:none;
	}

#extra{
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
#pe {
	clear:both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	}
.centerimg{
	margin:auto;
}
.pequeno{
	font-size:13px;
	}
.pequenino{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
.esqimg{
	float:left;
	padding-right:5px;
}
.dirimg{
	float:right;
	padding-left:10px;
	padding-right:10px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
#pe2 {
	display:none;
	}