body {
	background-image:url(../images/bg_pg.jpg);
	background-position:bottom;
	background-position:left;
	}
	
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
/* ---------------------------------------------------------------------------- */

/* LINK PADRÃO */

A:link
{
	text-decoration : none;
	color:#CC6600;
}

A:visited
{
	text-decoration : none;
	color:#CC6600;
}

A:active
{
	text-decoration : none;
	color:#CC6600;
}

A:hover
{
	text-decoration : underline;

}


/* ---------------------------------------------------------------------------- */
