.FonteTextos {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	color: #FF6600;
	font-weight: bold;

}
.CorFundo {
	background-color: #FFFFFF;
	color: #FFFFFF;

}
.FonteTitulos {
	font-family: Tahoma;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;

}
.BordaTabelaFotos {
	border: 0pt solid #FF6600;
}
A:link {
	color: #FF6600;
	text-decoration: none;
}
A:visited {
	color: brown;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF6600;
}