/* Estilo para todos os body´s     */
	body {
	background-color:#EEEEEE;
	color:#000000;
	font-family:Segoe UI,Tahoma,Verdana,Arial;
	font-size:11
	}
/*---------------------------------*/

/* Classe para tabelas externas */
	.tbl {
	background-color:#EEEEEE;
	color:#000000;
	font-family:Segoe UI,Tahoma,Verdana,Arial;
	font-size:11
	}
/*---------------------------------*/

/* Classe para tabela do Repertório */
	.tbr {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Segoe UI,Tahoma,Verdana,Arial;
	font-size:11
	}
/*---------------------------------*/

/* Estilo para todos os hyperlinks */
	A:link {color:#000000}
	A:visited {color:#000000}
	A:hover {color:#666666}
	A:active {color:#FF5200}
/*---------------------------------*/
