/* --------------------------------------------------------------------
   This is the style sheet for displaying the Tektronix Running
   pages

   S.Diamond                                                     Nov 97
   -------------------------------------------------------------------- */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Global Setting                                                       */

BODY  {
      background: #FFFFFF;
      font-family: 'Arial', 'Lucida', sans-serif;
      font-size: 11pt;
      }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Styles for the Menu                                                  */

BODY.MENU  {
      background: #008000;
      color: #FFFFFF; 
      margin-left: 2.2em;
      margin-right: 0.5em;
      }


P.MENU-TITLE {
          color: #FFFFFF; 
          font-weight: bold;
          text-indent: -1.5em;
          font-size: 13pt;
          text-align: left;
          }


P.MENU-HEADER {
          color: #FFFFFF; 
          font-weight: bold;
          text-indent: -1.5em;
          font-size: 12pt;
          text-align: left;
          }


A.MENU    {
          text-indent: -1.0em;
          font-size: 11pt;
          text-align: left;
          font-weight: normal;
          margin-top: 0em;
          margin-bottom: 0em;
          }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Styles for Running Pages                                             */

font.red   {
           color: #FF0000;
           }


P.RUNTITLE {
           font-size: 14pt;
           font-weight: bold;
           color: "#0080FF";
           text-align: center;
           }

IMG.DC20 {
            border-style: solid;
	    border-color: "#333333";
            border-width: thin;
            margin-top: 1.0em;
           }


IMG.RUNMAP  {
            border-style: solid;
	    border-color: "#111111";
            border-width: thin;
            margin-top: 1.5em;
           }


P.CAPTION {
           font-size: 9pt;
           color: "#006000";
           text-align: center;
	   margin-left: 5em;
	   margin-right: 5em;
           margin-top: 0em;
           margin-bottom: 0em;
            }


P.JUST  {
        text-align: justify;
         margin-right: 1em;
        }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Misc Experiment Stuff                                               */


P.TEST  {

         border-color: #BB0000;
         border-style: solid;
         border-width: thick;
         }





/* --------------------------------------------------------------------
   Notes:

   #0080FF - this is a really nice light blue color



   -------------------------------------------------------------------- */









