/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
.container {
	width:772px;
	background-color: #FFFFFF;
	height: 190px;
	position: absolute;
	left: 50%;
	margin-left: -386px;
}
.paginaTopo h1 {
	width:772px;
	height: 90px;
	text-align: center;
	padding-top: 5px;
	padding-bottom:5px;
	background: transparent url(../imagens_fundeb/titulo_fundeb.gif) no-repeat center center;
}
.paginaTopo h1 span {
	display:none
}
.paginaTopo h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #2E3735;
	letter-spacing: 0.4em;
	text-align: center;
	position: absolute; 
	top: 92px; 
	width: 772px; 
}

/* INICIO DO MENU */
.cellNav {
	background-image:url(../imagens_fundeb/fundo_menu_ativo_fundeb.jpg);
	text-align:left;
	position: absolute; 
	top: 125px; 
	width: 772px;
}
ul.barNav li {
	list-style:none;
	display:inline;
	text-align: left;
}
ul.barNav li a {
	width:6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagens_fundeb/fundo_menu_ativo_fundeb.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 6px 10px;
	float: left;
	border-right: 2px groove #000000;
	clear: right;
	text-transform: uppercase;
}
.barNav a:visited {
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #000000;
}
.barNav a:focus,
.barNav a:hover {
	background-image: url(../imagens_fundeb/fundo_menu_hover_fundeb.jpg);
}
/* FIM DO MENU */

.dataAtual {
	width:720px;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	font-size: 8pt;
	padding: 8px 8px 3px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 150px;
}