 #navbartop{
     background-color: #c7e3ff;
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     border-bottom-style: solid;
     border-bottom-width: 1px;
     border-bottom-color: #999999;
     padding-left: 5px;
     padding-top: 1px;
     padding-bottom: 1px;
     height: 16pt;
   vertical-align: middle;
}
 
 #navbarspace{
     
     height: 1pt;
 }
 
 a.navbar{
     font-family: sans-serif,Arial,Helvetica;
     font-size: 10pt;
     height: 1pt;
 }
 
 a.navbar:link{
     text-decoration: none;
     color: black;
 }
 
 a.navbar:visited{
     text-decoration: none;
     color: black;
 }
 
 a.navbarcurrent{
     font-family: sans-serif,Arial,Helvetica;
     font-size: 10pt; 
     font-weight: bold;
 }