.bordaLateral{
	border-color: White;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
}
.textoInicial{
	 font-family: Arial Narrow;
	 font-size: 14px;
	 color: White;
	 padding: 10px;
	 border-left: solid 1px;
	 border-right: solid 1px;
}

.fotos{
	 font-family: Arial Narrow;
	 font-size: 14px;
	 color: White;
	 font-weight: bold;	  
}
.rolagem{
	scrollbar-highlight-color: silver;
	scrollbar-base-color: CaptionText;
	scrollbar-arrow-color: #FF6600;
	scrollbar-shadow-color: snow;
}


.espancamentoImagens{
	   padding-left: 30px;
}
.espancamentoRodape{
	   padding-top: 20px;
	 	padding-bottom: 5px;
		font-family: Arial Narrow;
		color: White;
		font-size: 14px;
		text-align: center;
}
.fundoMenu{
	 background: url(../imagens/img_menu.jpg);
	 background-repeat: no-repeat;
}
.menu{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: White;
}
a.linkMenu{
	font-family: Arial Narrow;
	font-size: 12px;
   font-weight: bolder;
	color: White;
	text-decoration : none;
}
a.linkMenu:hover{
	font-family: Arial Narrow;
	font-size: 12px;
	color:  Yellow;
	text-decoration: underline;
}