 /* Step Progress Table 1 through 5 Styles */
  .steptable {
    background-color : #EFEFEF;
  }

  .steptableText {
    background-color : #4B2683;
    
    border-right : 1px solid Black;
    border-bottom : 1px solid Black;
    letter-spacing : .05em;
    font : bold  1.2em/1em "Arial";
    color : #FFFFFF;
    padding-top : 2px;
  }
  .currentstep {
    background-color : #FFFFFF;
    text-align : center;
    border-right : 1px solid #333333;
    border-bottom : 1px solid #333333;
    font : bold 1.2em Arial;
    font-style : italic;
  }
  .notstep {
    background-color : #ECD69A;
    border-bottom : 1px solid #333333;
    border-right : 1px solid #333333;
    text-align : center;
    font : 1.0em Arial;
    font-style : italic;
  }