
   body
      {
       margin-top:  0px;
       margin-left:  0px;
       margin-right:  0px;
       font-size: 10pt;
       font-family:  verdana, tahoma, arial, 'sans serif';
       background-attachment: fixed ;
       background-repeat: no-repeat ;

       scrollbar-face-color:   #ffcccc;
       scrollbar-shadow-color:     #000000;
       scrollbar-highlight-color: #CCCCCCC;
       scrollbar-3dlight-color:    #000000;
       scrollbar-darkshadow-color: #000000;
       scrollbar-track-color:    #cc9999;
       scrollbar-arrow-color:    #3333ff;
      }

   blockquote
      {
       margin-top:    0px;
       margin-left:  15px;
       margin-right: 15px;
       margin-bottom: 0px;
      }

   ul,ol
      {
       margin-top:    0px;
       margin-bottom: 0px;
      }


   H1, H2, H3, H4, H5, H6
      {
       margin-top:  0px;
       margin-bottom:  0px;
      }

   a:link
      { color: white; }

   a:visited
      { color: #ff6666 }

   a:hover
      { color: green; }   /* yellow, red */



   /* these are the official standard defaults  8, 10, 12, 14, 18, 24  (bold)  */
   H1 { font-size:  24pt; font-weight:bolder }
   H2 { font-size:  18pt; font-weight:bolder }
   H3 { font-size:  14pt; font-weight:600 }
   H4 { font-size:  12pt; font-weight:bolder }
   H5 { font-size:  10pt; font-weight:bolder }
   H6 { font-size:   8pt; font-weight:bolder } 


   form
      {
       margin-bottom: 0px;
      }


   input
      {
      font-family: Verdana;     /*  Verdana;  "Courier New"; */
      font-size:14px; 
      }

   .cloud9
      {
       background-image: url(images/AAP-bkgd-cloud9-002.jpg);
      }


   table
      {
        margin-top:   0px;
        margin-left:  0px;
        margin-right: 0px;
        font-size:   10pt;
      }

   td.off 
      {
        border: 1;
        color: blue;
        cursor: nw-resize;
        font-size: 10pt;
        border-color: #ffeeee;
        border-style: ridge;
        font-family:  arial, tahoma, verdana, 'sans serif';
        background: #ffdddd;
	  }

   td.ovr  
      {
        border: 1;
        color: red;
        cursor: hand;
        font-size: 10pt;
        border-color: red;
        border-style: ridge;
        font-family:  arial, tahoma, verdana, 'sans serif';
        font-style: italic;
        font-weight: bold;
        background: #ffbbbb;
      }

   td.act  
      {
        border: 1;
        color: green;
        cursor: nw-resize;
        font-size: 10pt;
        border-color: red;
        border-style: ridge;
        font-family:  arial, tahoma, verdana, 'sans serif';
        font-style: italic;
        font-weight: bold;
        background: #ffbbbb;
      }

   td.hid 
      {
       font-size: 10pt;
       border: 1px solid white;
       color: white;
       background: #ffffff;
      }





