a.BottomNav
{  font-size: 9px;
   color: #000000;
   text-decoration: none;
   margin-right: 8px;  /* To control spacing between navibits */
}
a.BottomNav:link
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:visited 
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:active 
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:hover
{  color: #000000;
   text-decoration: none;
}

a.OTBLogo
{  font-size:  9px;
   color: #000000;
   text-decoration: none;
}
a.OTBLogo:link
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:visited 
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:active 
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:hover
{  color: #000000;
   text-decoration: none;
}

#BottomNav
{  position: absolute;
   background-color: transparent;
   width: 200px;
   height: 25px;
   top: 655px;
   left: 450px;
   z-index: 2;
}

#Content
{  position: absolute;
   background-color: transparent;
   width: 1024px;
   height: 670px;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
}

#OTBLogo
{  position: absolute;
   width: 100px;
   height: 25px;
   top: 645px;
   left: 920px;
}


