html 
{	overflow: -moz-scrollbars-vertical;
}

body 
{ 	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding: 0px; 
	background: #717075;
	color: #717075;
	font: normal 62.5% "Comic Sans MS",sans-serif;
/*	font: normal 62.5% "Lucida Sans Unicode",sans-serif;	*/
}

/* TABELA *********************************************************************************************/
.tabelaprincipal
{ 	background: #FFFFFF;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
}




/* FOTOS **********************************************************************************************/
/*
.banner 
{	background: url(../imagens/estrutura/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* RODAPE *********************************************************************************************/
/*
.rodape
{	background: url(../imagens/estrutura/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
/*	width: 626px;*/
/*
}

.rodape a 
{	color: #FFF;
}

.rodape a:hover 
{	color: #FAFCB0;
}


