A:ACTIVE, A:LINK, A:VISITED {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : normal;
	text-decoration : none;
}

A:FOCUS, A:HOVER {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : normal;
	text-decoration : underline;
}


BODY, TD {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : normal;
}

.nome {
	color : #031429;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}

.italico {
	color : #031429;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : none;
	font-style : italic;
}

.texto {
	color : #797979;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : none;
	font-style : none;
}

a.normal,a.normal:link, a.normal:visited, a.normal:active
{  
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : normal;
	text-decoration : underline;
}

a.normal:hover
{ 
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : normal;
	text-decoration : underline;
 }

 a.branco,a.branco:link, a.branco:visited, a.branco:active
{  
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : normal;
	text-decoration : none;
}

a.branco:hover
{ 
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : normal;
	text-decoration : underline;
 }