.body {
	background-color: #DDECE7;
	background-position: center top;
	background-image: url('Imagens/FundoVermelho.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-width: 0;
	margin-height: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.body a {
	color: #0000FF;
	text-decoration: underline;
}

.body a:hover {
	color: #0000FF;
	text-decoration: none;
}

td {
	font-family: Comic Sans Ms;
	font-size: 10pt;
	color: #000000;
}

.MenuTitulo {
	cursor: pointer;
}

.TabelaPrincipal {
	background-color: #FFFFFF;
/*
	font-family: Verdana;
	font-size: 8pt;
*/
	color: #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	padding: 0;
}



/* COMECO GALERIA DE FOTOS */
.bodyGaleria {
	background-color: #FDE7E7;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-width: 0;
	margin-height: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.GaleriaMenu {
	font-family: Comic Sans MS;
	font-size: 8pt;
	color: #FF0000;
	width: 200;
	border: 1px solid #FF0000;
	padding: 0;
	background-color: #FFCCCC;
}

.GaleriaFotoBorda {
	border: 3px double #008000;
	padding: 0;
	background-color: #FFFFFF;
}
/* FIM GALERIA DE FOTOS */



/* COMECO RODAPE */
.Rodape {
	height: 62;
	background-image: url('Imagens/Fim.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
}
/* FIM RODAPE */