
  h1 {
    font-family: arial;
    font-size: 26pt;
    font-weight: normal;
    margin: 0;
    color: #FFFFFF;
    }
  h2 {
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    color: #FFFFFF;
    }
/*  purge the above too, as I have added new classes for those too  */
/* find occurrences of the ones below and purge - handled by label classes*/
  h3 {
    font-family: arial;
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
    color: #000000;
    }
  h4 {
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    color: #000000;
    }
  h5 {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    color: #000033;
    }


  .banner_title {
    position: absolute;
    font-family: arial;
    font-size: 26pt;
    font-weight: normal;
    text-align: left;
    color: #FFFFFF;
    }
  .banner_sub_title {
    position: absolute;
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    color: #FFFFFF;
    }
  .banner_right_title {
    position: absolute;
    font-family: arial;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    }

  .small_banner_title {
    position: absolute;
    font-family: arial;
    font-size: 22pt;
    font-weight: normal;
    text-align: left;
    color: #FFFFFF;
    }
  .small_banner_sub_title {
    position: absolute;
    font-family: arial;
    font-size: 11pt;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    color: #FFFFFF;
    }

  .section_label {   /*  text floats over any background - medium size for a section such as 'Date/Time Selection'  */
    position: absolute;
    font-family: arial;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    color: #000000;
    }

  .large_label {    /*  text floats over any background - small size for a sub label such as 'Day' or 'Auto Toggle'  */
    position: absolute;
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    }

  .medium_label {    /*  text floats over any background - small size for a sub label such as 'Day' or 'Auto Toggle'  */
    position: absolute;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    }

  .small_label {    /*  text floats over any background - small size for a sub label such as 'Day' or 'Auto Toggle'  */
    position: absolute;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    }

  .label_div {    /*  black outlined white div with single text line, such as Time Stamp box or Product Label */
    height: 14px;
    position: absolute;
    padding: 1px 3px 1px 4px;
/*    padding: 1px 0px 1px 4px;  older values  */
    border-radius: 3px;
    border: 1px solid #000000;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    }

  .big_label_div {    /*  black outlined yellow div with single text line, such as Time Stamp box or Product Label */
    height: 20px;
    position: absolute;
    padding: 5px 12px 5px 12px;
    border-radius: 3px;
    border: 1px solid #000000;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background-color: #FFFF66;
    }

  .floating_window_div {    /*  basic div for floating mock windows */
    border-radius: 8px;
    border: 1px solid #555555;
    position: absolute;
    background-color: #DDE6DD;
    display: none;
    z-index=100;
    }






