body {
   background: #FFFFFF;
   color: black;
   font-family: Verdana, Arial, serif;
   margin: 0px;
   scrollbar-base-color: #; 
   scrollbar-face-color: #; 
   scrollbar-track-color: #; 
   scrollbar-arrow-color: #;
   scrollbar-highlight-color: #; 
   scrollbar-3dlight-color: #; 
   scrollbar-shadow-color: #;
}





a:active {
   color: #000083;
   font-weight: bold;
}

a:visited {
   color: #000083;
   font-weight: bold;
}

a:hover {
   color:#000083;
   text-decoration:underline;
   font-weight: bold;
}

.topright {
   color: black;
   background: #BBBBBB;   
   font-weight: bold;
   
}

.topMiddle {
   color: white;
   background: #FFFFFF;
   font-weight: bold;
   
}

.topLeft {
   color: black;
   background: #BBBBBB;  
   font-weight: bold;
 }
 
 .topLeftWhite {
   color: white;
   background: #006C00;  
   font-weight: bold;
 }
 
 
 .bottomLeft {
   color: white;
   background: #006C00;  
   font-weight: bold;
  

 }

A.white:link  { color: #FFFFFF;}

 
.navigation {
   color: white;
   background: #BBBBBB;
   font-weight: bold;
   border-top: 1px groove #586F53;
   border-bottom: 1px groove #334130;
 }


.content {
   color: black;
   background: #FFFFFF;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}
 
.leftSideBar {
   color: black;
   background:  #BBBBBB;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}

.rightSideBar {
   color: black;
   background:  #BBBBBB;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}
 
.bottomBarTop {
   background: #FFFFFF;
   font-weight: bold;
   font-size: 20pt
}

.bottomBarBottom {
   background: #BBBBBB;
   font-size: 88%;
  
}