/* isto é um comentário */

body, table, tr, td
{
	margin: 0px;
}

.quadro
{	/*background-color:#D6D6D6;*/
	background-image: url(imagens/fundo.png);
	background-repeat: repeat;
}

td.design
{
	color: #747474;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

td.texto
{	color: #505050;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 2;
}

div.texto
{	color: #505050;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 2;
}

td.pag_titulo
{	color: #505050;
    text-decoration : none;
	font-size: 8pt;
	font-family: arial;
    font-weight: bold;
}

td.titulo
{	color: #505050;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.design, a.design:hover, a.design:visited
{
	color: #747474;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

a.texto, a.texto:hover, a.texto:visited
{
	color: #505050;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 2;
}

div.formulario
{	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height:10px;
	text-decoration: none;
}