@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #999999;
}
.textobranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}
.texto_preto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.fundo_site {
	background-color: #666;
}



.link_entrar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}
.textobrancotitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
.textobrancobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
.textobrancolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
.fundotable{
	background-color: #000000;
}
.fundotd {
	background-color: #666666;
}
