﻿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 {
	color: #1882C6;
}
a:visited {
	color: #05509B;
}
a:active {
	color: #8EE1FD;
}
a:hover {
	color: #8EE1FD;

.topright {
   color: black;
   background: #BBBBBB;   
   font-weight: bold;
   
}

.topMiddle {
   color: white;
   background: #FFFFFF;
   font-weight: bold;
   
}

.topLeft {
   color: black;
   background: #BBBBBB;  
   font-weight: bold;
 }
 
.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;
}
 
.rightSideBar {
   color: black;
   background:  #BBBBBB;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}

 
.bottomBarTop {
   background: #1882C6;
   font-weight: bold;
   font-size: 20pt
}

.bottomBarBottom {
   background: #AAAAAA;
   font-size: 88%;
  
}