body                   {
                         color: #000000;
                         background-color:#ccffcc;
                         font-family:"arial narrow", sans-serif;
                         font-size: 12pt;
                       }

h1                     {
                         padding: 5px;
                         font-family: "times new roman", serif;
                         font-size: 24pt;
                         font-style: italic;
                         text-align: center;
                         border-bottom: thin solid #000000;
                       }

h6                     {
                         padding: 0px;
                         font-size: 8pt;
                         font-style: italic;
                         text-align: center;
                       }

p                      {

                       }

p.CenteredContent      {
                         text-align: center;
                       }

img                    {
                         border-style: none;
                         border-width: 0;
                       }

img.RightJust          {
                         border-style: none;
                         border-width: 0;
                         float: right;
                       }

img.LeftJust           {
                         border-style: none;
                         border-width: 0;
                         float: left;
                       }

table.PZBodyTable      {
                         width: 100%;
                         background-color: transparent;
                         border-width: 0px;
                         border-style: none;
                         table-layout: fixed;
                         overflow: scroll;
                       }

table.CatchUp          {
                         width: 80%;
                         background-color: transparent;
                         border-width: 5px;
                         border-style: solid;
                         border-color: #000000;
                         text-align: left;
                         border: 10px;
                       }

td.ContentCell         {
                         vertical-align: top;
                       }

td.MenuCell            {
                         width: 245px;
                         vertical-align: top;
                         vertical-height: 32px;
                       }

td.UpdateCalendarField {
                         width: 150px;
                         vertical-align: top;
                         background-color: #99cc99;
                         border-width: 1px;
                         border-style: solid;
                         border-color: #000000;
                       }

td.UpdateContentField  {
                         vertical-align: top;
                         border-width: 1px;
                         border-style: solid;
                         border-color: #000000;
                       }

