@charset "iso-8859-1";

/*------------ TAG BODY ------------*/
BODY
  { font-family: Arial;
    font-size: 9pt;

    color: #FFFFFF;
    background: #007D8C;
	margin-left: 5px;
	margin-top: 5px;
  }
/*------------- TAG A --------------*/
A
  { text-decoration: none;
    color: #CCFF66;
  }
A:link
  { text-decoration: none;
    color: #CCFF66;
  }
A:active
  { text-decoration: none;
    color: #CCFF66;
  }
A:visited
  { text-decoration: none;
    color: #CCFF66;
  }
A:hover
  { text-decoration: underline;
    color: #FFFFFF;
  }

TD {
    font-family: Arial;
    font-size: 7pt;
  }
 

