/* TITULO */


table.resu
{	

	font-family: arial, verdana, sans-serif; 
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	background-color: #888888;
	text-align: center;
	width:500;
	border-collapse: collapse;
	border:1px solid #AAAAAA;
}

tr.titulo
{
  	background-color: #999999;
	color: #000000;
	font-size: 8pt;
	border:1px solid RGB(125,125,125);
}

/* LINHA */

td.L0
{
	background-color: #AAAAAA;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

td.L1
{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}




/* POSICAO */

/* SUBIU MELHOROU */
td.P0
{
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* DESCEU PIOROU  */
td.P1
{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* NUMERO */
/* VAI PASSAR */
td.N0
{
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* PASSOU */
td.N1
{
	background-color: #00FF00;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* NÃO PASSOU */
td.N2
{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* NORMAL */
td.N3
{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* PILOTO */
td.PL0
{
	text-align: left;
	background-color: #AAAAAA;
	color: #000000;

}
td.PL1
{
	text-align: left;
	background-color: #CCCCCC;
	color: #000000;

}