body {
	background-color: #666;
	margin-top: 0px;
}
.bordacinza {
	background-color: #E1E1E1;
}
.titulocaixa {
	/*border: 1px solid #999;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-left: 35px;
}
ul#menuprincipal { 
	margin: 0; /* retira o recuo para alguns browsers */
	padding:0; /* retira o recuo para outros browsers */
	list-style-type: none; /* retira o marcador de listas*/ 
	font-family: "Gill Sans MT"; /* define o tipo de fonte */
	font-size:12px; /* define o tamanho da fonte */
}
ul#menuprincipal li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	/* coloca uma borda tracejada entre itens */
}
ul#menuprincipal li a:link, ul#menuprincipal li a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none; 	/* retira o sublinhado dos links */
	color:#A75200;
	background-image: url(../imagens/menu/circ.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
}
ul#menuprincipal li a:hover {
	color: #990000; /* cor da fonte */
	background-color: #AAC1D9;
	background-image: url(../imagens/menu/circ1.gif);
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menuprincipal  li { float: left; height: 1%; }
* html ul#menuprincipal  li a { height: 1%; }
/* End */

ul#menuministerios { 
	margin: 0; /* retira o recuo para alguns browsers */
	padding:0; /* retira o recuo para outros browsers */
	list-style-type: none; /* retira o marcador de listas*/ 
	font-family: "Gill Sans MT"; /* define o tipo de fonte */
	font-size:12px; /* define o tamanho da fonte */
}
ul#menuministerios li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	/* coloca uma borda tracejada entre itens */
}
ul#menuministerios li a:link, ul#menuministerios li a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none; 	/* retira o sublinhado dos links */
	color:#A75200;
	background-image: url(../imagens/menu/circ.gif);
	background-repeat: no-repeat;
	background-position: 34px center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 54px;
}
ul#menuministerios li a:hover {
	border-left: 28px;
	color: #990000; /* cor da fonte */
	background-color: #AAC1D9;
	background-image: url(../imagens/menu/circ1.gif);
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menuministerios  li { float: left; height: 1%; }
* html ul#menuministerios  li a { height: 1%; }
/* End */
.style1 {
	font-family: "Gill Sans MT";
	font-weight: bold;
	color: #A75200
}
#pensamento {
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #466F97;
	text-decoration: none;
	text-align: center;
}
#pensamento a:link, a:visited, a:active {
	color: #5482AF;
	text-decoration: none;
}
#pensamento a:hover {
	text-decoration: none;
	color: #324F6B;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.rodape a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
.rodape a:hover {
	text-decoration: none;
	color: #F60;
}
#plapostolo {
	height: 158px;
	width: 532px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #5482AF;
	text-decoration: none;
	text-align: justify;
}
#plapostolo img {
	text-align:left;
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 121px;
	height: 134px;
}
.titulo_texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #5482AF;
	font-weight: bold;
}
#plapostolo a:link, a:visited, a:active {
	color: #5482AF;
	text-decoration: none;
}
#plapostolo a:hover {
	text-decoration: none;
	color: #324F6B;
}
img {
	text-decoration: none;
	border: 0px;
}

#popup{
 position: absolute; /*Define a posição absoluta da pop-up*/
 top: 10px; /*Distancia da margem superior da página */
 right: 10%; /*Distancia da margem esquerda da página */
 width: 540px; /*Largura da pop-up*/
 height: 827px; /*Altura da pop-up*/
 padding: 5px 5px 5px 5px; /*Margem interna da pop-up*/
 /*border-width: 1px; Largura da borda da pop-up*/
 /*border-style: solid; Estilo da borda da pop-up*/
 /*background: #ccc; Cor de fundo da pop-up*/
 /*color: #000000; Cor do texto da pop-up*/
 display: none; /* Estilo da pop-up*/
 z-index:1000;
 /*fim pop-up*/
 }
 

