/* isto é um comentário */

body, table, tr, td
{
	margin: 0px;
}

table.quadro
{
	background-color:#e8e8e8;
}

td.design
{
	color: #818181;
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
a.design, a.design:hover, a.design:visited
{
	color: #747474;
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

td.texto
{
	color: #3c3c3c;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 2;
}

td.textobreve
{
	color: #3c3c3c;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 2;
}


