/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

.tituloPagina {
	font: 34px/1em bold "Futura", "Century Gothic", "Trebuchet MS", Helvetica, Arial;
	color: #95CCF2;
	margin: 0 0 0 30px;
	padding: 0 0 10px;
	letter-spacing: -2px;
	text-align: justify;
}
.blocoChamadas {
	text-align:center;
	width:710px;
	background-color:#A7C5ED;
	height:auto;
}
.chamadasHome {
	width: 165px;
	height:auto;
	float:left;
	text-align: center;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.paginaFundeb {
	width:772px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	top: 180px;
	background-color: #FFFFFF;
	height: auto;
}
.paginaFundebLeft {
	width:772px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	top: 180px;
	background-color: #FFFFFF;
	height: auto;
}
.bordaEsqTab {
	background-attachment: fixed;
	background-image: url(imagens_fundeb/fundeb_borda_esq.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 10px;
	height: 100%;
}
.fundebCorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.fundebCorpoNormal {
	text-align: justify;
	width:450px;
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.fundebCorpoLeft {
	text-align: justify;
	width:450px;
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.textoCursos {
	text-align: justify;
	width:450px;
	padding: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.imagemLateral {
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 500px;
	top: 45px;
	float: right;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AFDAF5;
	border-bottom-color: #AFDAF5;
}
.listaLinks li{
	list-style:square inside;
	margin-left: 50px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5072A2;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
