body {
	margin: 0px;
	padding: 0px;
	background-color: #F4F9FF;
	background-image: url(../Imagens/Interface/fundoPagina.jpg);
	background-repeat: repeat-x;
	background-position: left 170px;
}
#cabecalho {
	background-image: url(../Imagens/Interface/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 170px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#colunaRE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	width: 315px;
	color: #747474;
}

#colunaRE p {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	padding-right: 10px;
}
#colunaRC {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	width: 300px;
	margin-left: 15px;
	color: #747474;
}
#colunaRC p {
	margin-top: 15px;
	margin-bottom: 0px;
}
#colunaRC a {
	text-decoration: none;
	color: #747474;
}
#colunaRC a:hover {
	text-decoration: underline;
	color: #000;
}


#conteudo {
	width: 955px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#fundoCabecalho {
	background-image: url(../Imagens/Interface/fundoCabecalho.jpg);
	background-repeat: repeat-x;
	height: 170px;
	width: 100%;
}
#rodape {
	background-color: #FFF;
	height: 60px;
	width: 955px;
	border: 1px solid #DFDFDF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}
.mais {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #011468;
	text-decoration: none;
	background-image: url(../Imagens/Botoes/setaMaisN.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.mais:hover {
	color: #497403;
	background-image: url(../Imagens/Botoes/setaMaisR.gif);
	background-repeat: no-repeat;
}

#naveS {
	height: 40px;
	width: 955px;
	padding-top: 35px;
}
#naveS ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F4471;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 620px;
}


#naveS ul li {
	display: inline;
}

#naveS a {
	text-decoration: none;
	color: #1F4471;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}

#naveS a:hover {
	text-decoration: underline;
	color: #568411;
}

#naveP {
	height: 80px;
	width: 955px;
	margin-top: 10px;
}
#naveP ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#naveP ul li {
	display: inline;
}
#naveP a {
	display: inline-block;
	height: 55px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Imagens/Interface/fundoNavePN.jpg);
	background-repeat: repeat-x;
	color: #8A8A8A;
	text-decoration: none;
}
#naveP span {
	display: inline-block;
	height: 55px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Imagens/Interface/fundoNavePS.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

#naveP a:hover {
	background-image: url(../Imagens/Interface/fundoNavePR.jpg);
	background-repeat: repeat-x;
	color: #021569;
}





.navePL {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-left-color: #E9E9E9;
}
.navePLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-left-color: #FFF;
}
.navePR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #FFF;
}

.naveSL {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
}

.naveSLR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.naveSR {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.sepC {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}

