
      
        /* customer colors, always include black and white */
             .MPColor_000000 {} /* Black */
             .MPColor_ffffff {} /* White */
             .MPColor_666666 {} /* Dark Gray*/
             .MPColor_8a8b8b {} /* Medium Gray */
             .MPColor_a6a7a7 {} /* Light Gray */
             .MPColor_b22128 {} /* Red */
      
        .MPStyle_PageBottomContinueLink {
            font-size: 16px;
            font-weight: bold;
            color: #b22127;
            text-decoration: none;
        }
      
        .MPStyle_ImageLeftWithPadding {
          float: left;
          padding-right: 10px;
          padding-bottom: 10px;
          border: solid 2px #AAAAAA;
        }
        .MPStyle_ImageRightWithPadding {
          float: right;
          padding-left: 10px;
          padding-bottom: 10px;
          border: solid 2px #AAAAAA;
        }
    