@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: 0 auto;
	background-image: url(jornal.jpg);
	background-repeat: repeat;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1200px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url (jornalban.jpg);
	background-image: url(jornal.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 auto;







	border: 1px color
:black;
	border: medium solid #000000;
	background-color: #D7D7D9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.contato {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
}
.tabela {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7D7D9;
	color: #0A246A;
	font-size: 16px;
	padding: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1200px;
}
.barNav a {
	color: #000000;
	text-align: center;
	margin-right: -1px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: none;
	font-weight: bold;
	border: thin solid #CCCCCC;
}

.barNav a:hover {
	color: #000000;
	border: thin solid #CCCCCC;
	background-color: #99ccff;
}
