body { 
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: small;
}

.header {
   font-family: Arial;
   font-size: large;
   color: #eeeeee;
   background-color: #06c;
   border-top: 2px solid #cccccc;
   border-bottom: 2px solid #06c;
   padding: 12;
   text-align: left;
}
.mainTable {
    color: #0003776;
    background-color: #06c;
}
th {
   background-color: #cccccc;
   font-family: Arial;
   font-size: small;
}
.gray {
   font-family: Arial;
   font-size: small;
}
.footer {
   font-family: Arial;
   font-size: small;
   color: #eeeeee;
   background-color: #06c;
   border-top: 2px solid #06c;
   border-bottom: 2px solid #o6c;
   border-right: 2px solid #o6c;
   padding: 2;
   text-align: center;
}
.navMenu {
    border-right: 2px solid #o6c;
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    background-color: #eeeeee;
    width: 100;
}
.rightNavMenu {
   border-left: 2px solid #o6c;
   border-top: 2px solid #eeeeee;
   border-bottom: 2px solid #eeeeee;
   background-color: #eeeeee;
   width: 100;
}
.navItem {
   text-align: center;
   background-color: #eeeeee;
   width: 100;
}
.content {
   background-color: #ffffff;
   text-align: left;
   font-size: small;   
       
}
:link, :active, :visited {
	color: #06c;
	font-family: Arial;
   font-size: small;
}
a { 
   text-decoration: none; 
}
a:hover {
   border-bottom: 2px solid #cccccc;
}


