body,td,th {
	/*LETRA PADRÃO DO SITE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
body {
	/*MARGENS*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	/*COR DE FUNDO*/
	background-color: #EBEBEB;
}

/*ESTILO DOS LINKS DO SITE*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fac201;
}
a:hover {
	text-decoration: underline;
	color: #ffc600;
}
a:active {
	text-decoration: none;
	color: #ffc600;
}

/*ESTILOS PARA TEXTO NO SITE*/
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textoPequeno {
	font-size: 8px;
}
.textoMedio {
	font-size: 16px;
}
.textoGrande {
	font-size: 20px;
}
.azul {
	color: #000000;
}
