/* P C D T R */

/* Generated images: */

        /* Default style. No need to change */
  
        .pcdtr a, a.pcdtr {
          cursor: pointer;
          text-decoration:none !important
        }
        .pcdtr a:hover span {
          background-position:left bottom;
          background-attachment: scroll !important;
          background-attachment: fixed;
        }
        .pcdtr span {
          display:inline;
          float:left;
          background-repeat:no-repeat;
          background-position:left top;
          overflow:hidden;
          line-height:999px;
          letter-spacing:-999px;
        }

        @media print{
          .pcdtr span {
            background-image:none;
            display:inline;
            line-height:normal;
            letter-spacing:0
          }
        }