a:link	{
	text-decoration: none;
	font-weight: bold;
	color: #18c6af;
}
a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #669999;
}
a:hover	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a:active	{
	text-decoration: none;
	color: #669999;
	font-weight: bold;
}
body
{
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(00,51,51);
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 10px
}
p
{
  	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: rgb(00,51,51)
}
.textreg {
    font-family: Arial, Helvetica, sans-serif;
   	font-weight: normal;
   	font-style: normal;
   	font-size: 10pt;
	color: rgb(00,51,51)
}