H3  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : darkred;
	text-decoration : none;
	text-align : center;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : darkred;
	background-color : floralwhite;
	margin : 0pt;
}

li  {
	font-size : 10pt;
	font-family : Courier New, sans-serif;
	font-weight : normal;
	font-style : normal;
}

dt  {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : brown;
}

dd  {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : italic;
	color : brown;
}

.linka  {
	font-size : 12pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

a.linka:hover  {
	color : Blue;
	text-decoration : underline;
}

.titulo_op  {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : Navy;
	text-decoration : none;
}

.op01  {
	font-family : Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	background-color : Navy;
	color : Yellow;
	padding : 2pt;
}

.op02  {
	font-family : Arial, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

.op03  {
	font-size : 10pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	background-color : White;
}

.op04  {
	font-family : Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	color : Yellow;
	background-color : steelblue;
}

.op01over  {
	font-family : Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : underline;
	background-color : Navy;
	padding : 2pt;
}

