body, li, td
	{
  		font-family:arial,helvetica;
  		font-size:10pt;
  		font-weight:bold;
  		color:#000000;
	}
	
A.Standard:link, A.Standard:visited, A.Standard:active, A.Standard:hover
	{
		text-decoration: underline;
	}

A:link
	{
		color: #0000FF;
		text-decoration: underline;
		font-weight: bold;
	}

A:active
	{
		color: #FF0000;
		text-decoration: underline;
		font-weight: bold;
	}

A:visited
	{
		color: #0000FF;
		text-decoration: underline;
		font-weight: bold;
	}

A:hover
	{
		color: #FF0000;
		text-decoration: underline;
	}

.image  {position: absolute; left: 0px;  top: 0px;}
