
body
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
}

A:link
{
	color: blue;
	text-decoration: none;
}

A:visited
{
	color: purple;
	text-decoration: none;
}

A:hover
{
	font-weight: normal;
	color: fuchsia;
	font-family: Verdana;
	text-decoration: underline;
}

.lbl
{
	text-justify: newspaper;
	font-size: 8pt;
	vertical-align: baseline;
	overflow: visible;
	color: #cc0066;
	font-family: Arial;
	background-color: transparent;
	text-align: justify;
}
