.navcat         {
                  font-family: "Arial Narrow", Helvetica;
                  font-weight: bold;
                  font-style: italic;
}                  

.navcell        {
                  font-family: "Arial Narrow", Helvetica;
}
                
.navcell_current { font-family: "Arial Narrow", Helvetica;
                   /* background-color: #848ABD; */
}

.navcell_current a { color: green;
                     text-decoration: none;
                     font-weight: bold;
}

.navcell:hover { background-color: #848ABD;
}

.navcell a { text-decoration: none;
}

.navcell a:hover { text-decoration: underline;
                   color: #000000;
}



.list2          { 
                  font-family: Arial, Helvetica; 
                  font-size: 12pt;
                  margin-left:50px; 
                  padding-left: 0em;
                  list-style-position: outside; 
                  /*border: 1px solid black;*/
                }
.list2blue      { font-family: Arial, Helvetica; 
                  font-weight: 700; 
                  font-size: 12pt;
                  margin-left:50px; 
                  color: #0000FF; 
                }
.list2 li,
.list2blue li   { display:list-item; 
                  list-style-image: url(bullet1.gif);
                  margin: 0 0 15px 0;
                  text-indent:0em;
                  padding-left: 0.5em;
                  /* border: 1px dotted black; */
                }
.list3          { 
                  margin-left: 40px; 
                  padding-left: 0em;
                  /* border: 1px solid black; */
                }
.list3 li       { 
                  /*display:list-item;*/
                  list-style-image: none;
                  list-style-type: disc;
                  margin-top: 0.3em;
                  padding-left: 0.5em;
                  color: black 
                }
.imgfloatright  {
                  float:right;
                }
.errlist        { font-family: Arial, Helvetica;
                  font-size: 12pt;
                  color: #FF0000;
                }

