BODY  {
	background-color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : rgb(0,0,0);
	margin-left : 10pt;
}

A  {
	text-decoration : none;
	font-weight : bold;
}

A:visited  {
	color : rgb(0,0,128);
	text-decoration : none;
}

A:link  {
	color : rgb(0,0,255);
	text-decoration : none;
}

A:active  {
	color : rgb(255,0,0);
	text-decoration : none;
}

A:hover  {
	color : rgb(255,0,0);
	text-decoration : none;
}

H1  {
	font-size : 18pt;
	font-weight : bold;
	margin-top : 5pt;
	color : rgb(192,0,0);
}

H2  {
	font-size : 16pt;
	font-weight : bold;
	margin-top : 5pt;
	color : rgb(0,0,192);
}

H3  {
	font-size : 14pt;
	font-weight : bold;
	color : Teal;
}

H4  {
	font-size : 12pt;
	font-weight : bold;
}

HR.barraFinal  {
	height : 2;
	shade : none;
	color : blue;
	margin-top : 20pt;
	margin-bottom : 10pt;
}

TH, TD  {
	/* ns 4 */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

LI  {
	margin-top : 5pt;
	margin-bottom : 5pt;
}

.Pregunta  {
	color : White;
	font-weight : bold;
	font-size : 11pt;
	background-color : #4682B4;
}

.Resposta {
	font-size : 10pt;
	background-color : #ADD8E6;
}
