body             { background-color: #BBDDEE;
                   font-family     : Verdana, sans-serif;
                   font-size       : 10pt;
                   color           : black;
                   text-decoration : none;
                 }


p                { position        : relative;
                   margin-top      : 5px;
                   margin-left     : 0px
                 }

h1               { font-size       : 16pt;
                   font-weight     : bold;
                 }

h1.front         { margin-top      : -53pt;
                 }

h1.shadow        { background-color: inherit;
                   color           : white;
                   margin-left     : 2pt;
                 }

h2               { font-size       : 125%;
                   font-weight     : bold;
                 }


li               { list-style-image: url(..\images\bullet2.gif);
                 }

A.standalone     { background-color: inherit;
                   text-decoration : none;
                   /* display         : block; */
                   margin-bottom   : -14px;
                 }

A.currentpage    { background-color: inherit;
                   font-size       : 100%;
                   text-decoration : none;
                   margin-left     : 2px;
                   display         : block;
                   text-align      : left;
                   margin-bottom   : -7px;
                   margin-top      : -7px;
                   color           : #aaaa33;
                   font-weight     : bold;
                 }



.clsMainPanel    { background-color: inherit; 
                   color           : inherit;
                   position        : absolute;
                   display         : block;
                   top             : 106px; 
                   left            : 150px;
                   padding-top     : 30px;
                   width           : 600px;  
                   height          : 100%; 
                   text-align      : left 
                 }

.clsSidePanel    { background-color: #D8F8F8;
                   position        : absolute;
                   padding-top      : 50px;    
                   display         : block;
                   top             : 104px;
                   left            : 0px;
                   width           : 145px;
                   height          : 100%; 
                   text-align      : left;
                   color           : black;
                   text-decoration : none;
                   /* font-size       : 100%; */
                   font-weight     : normal;
                 }
                 
.clsSidePanel ul { margin-left:20px; }                 
.clsSidePanel li { padding-bottom:5px; list-style-image: url(..\images\bullet2.gif); }

.clsTopPanel     { background-color: inherit;
                   color           : inherit;
                   position        : absolute;
                   top             : 0px;
                   left            : 0px;
                   height          : 106px;
                   width           : 750px;
                   white-space     : nowrap;
                 }

.clsDisplayBlock { background-color: inherit;
                   color           : inherit;
                   display         : block;
                   position        : relative;
                   margin-top      : 10px;
                   margin-left     : 10px;
                   width           : 600px;
                 }

.clsGlossaryItem { background-color: inherit;
                   color           : red; }

.clsGlossaryBody { background-color: inherit;
                   color           : black;
                   font-size       : 120%;
                   display         : block;
                   margin-top      : 15px;
                   margin-left     : 10px }

.clsGlossaryName { background-color: inherit;
                   color           : gray;
                   font-size       : 140%;
                   font-weight     : bold;
                   display         : block;
                   margin-top      : 15px;
                   margin-bottom   : 15px;
                   margin-left     : 0px }

.clsHeading      { background-color: inherit;
                   color           : #440088;
                   font-family     : Verdana,sans-serif;
                   font-size       : 140%;
                   position        : relative;
                   margin-top      : 5px;
                   margin-left     : 0px}

.clsLevel1       { background-color: inherit;
                   color           : inherit;
                   font-weight     : bold;
                   position        : relative;
                   margin-top      : 5px;
                   margin-left     : 0px;
                   cursor          : pointer;
                 }

.clsLevel2       { background-color: inherit;
                   color           : #440088;
                   font-size       : 160%;
                   position        : relative;
                   margin-top      : 5px;
                   margin-left     : 0px;
                   cursor          : pointer;
                 }

.clsLevelText    { background-color: inherit;
                   color           : inherit;
                   font-weight     : normal;
                   position        : relative;
                   margin-top      : 5px;
                   margin-left     : 0px }

.clsSubText      { background-color: inherit;
                   color           : black;
                   font-size       : 120%;
                   position        : relative;
                   margin-top      : 5px;
                   margin-left     : 20px }

.clsDisclaimerHdr{ background-color: inherit;
                   color           : inherit; 
                   font-size       : 70%;
                   font-weight     : bold;
                   position        : relative;
                   margin-top      : 20px;
                   margin-left     : 10px;
                   text-align      : left;
                 }

.clsUnderLined   { text-decoration : underline }

.clsUlHand       { text-decoration : underline;
                   margin-top      : 5px;
                   cursor          : pointer; }


.visible         { display         : block }

.invisible       { display         : none  }

.littlefont      { font-size       : 80%;
                   font-weight     : normal;
                 }

ul.Crumb         { font-size:80%; }
ul.Crumb li      { list-style-image:none; list-style:square;  }
