    A.link         { color          : #000084;
                     text-decoration: None;
                   }

    A.visited      { color          : #000084;
                     text-decoration: None;
                   }

    A.active       { color          : White;
                     text-decoration: Underline;
                   }

    B              { color: #000084 }

    BODY           { 
                      background-color      : #EFEFEF;
                      background-image      : none;
                      color                 : black;
                      font-face             : Arial;
                      font-size             : 10pt;
                    }

   .MenuButtonOff {

                      background            : transparent;
                      color                 : slateGray;
                      font-Face             : Garamond;
                      font-Size             : 8pt;
                      font-Weight           : normal;
                      border                : none;
                      text-Decoration       : none;

                   }

   .MenuButtonCurrent {

                      background            : yellow;
                      color                 : blue;
                      font-Face             : Garamond;
                      font-Size             : 9pt;
                      font-Weight           : bold;
                      border-bottom         : thin solid lightGrey;
                      text-Decoration       : none;

                   }

   .MenuButtonOn  {

                      background            : lightYellow;
                      color                 : skyBlue;
                      font-Face             : Garamond;
                      font-Size             : 8pt;
                      font-Weight           : bold;
                      text-Decoration       : none;

                   }

 Div.DRTMenu       {
                      background            : mediumSlateGrey;
                      color                 : white;
                      border                : thin solid lightBlue;
                      font-Face             : Garamond;
                      font-Size             : 8pt;
                      font-Weight           : normal;
                      text-Decoration       : none;
                      position              : absolute;
                      top                   : 350;
                      left                  : 12;
                      width                 : 640;

                   }

 Div.DRTopMenu     {
                      background            : mediumSlateGrey;
                      color                 : white;
                      border                : none;
                      font-Face             : Garamond;
                      font-Size             : 7pt;
                      font-Weight           : normal;
                      text-Decoration       : none;
                      position              : absolute;
                      top                   : 10;
                      left                  : expression(document.body.scrollLeft+((document.body.clientWidth-offsetWidth)/2));
                      width                 : 50%;

                   }

 Div.OpeningCredits{
                      background            : #ECF1EF;
                      color                 : white;
                      border                : none;
                      font-Face             : Garamond;
                      font-Size             : 8pt;
                      font-Weight           : normal;
                      text-Decoration       : none;
                      text-Align            : center;
                      position              : absolute;
                      top                   : expression(document.body.scrollTop+offsetHeight-offsetHeight);
                      left                  : 0;
                      width                 : 100%;
                      height                : 50 px;

                   }

  .Body            {
                      background            : mediumSlateGrey;
                      color                 : black;
                      border                : none;
                      font-Size             : 12 pt;
                      font-Weight           : normal;
                      text-Decoration       : none;
                      text-Align            : justify;
                      position              : absolute;
                      top                   : 120;
                      left                  : 0;
                      height                : 50 px;
					  margin				: 12px 0px 10px 25px;
					  text-align			:left;

                   }

 Div.ClosingCredits{
                      background            : #ECF1EF;
                      color                 : white;
                      border                : none;
                      font-family			: Arial, Helvetica, sans-serif;
                      font-Size             : 8pt;
                      font-Weight           : normal; 
                      text-Decoration       : none;
                      text-Align            : center;
 /*                      position              : absolute;    */
 /*                   top                   : expression(document.body.scrollTop + document.body.clientHeight - offsetHeight);     */
 /*                     bottom                : auto;         */
                      left                  : 0;
                      width                 : 100%;
                      height                : 50 px;

                   }

.test {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 3em;
}
.inlinelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
