  
.BarClass{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : white;
  background-color : #0b29ff;
  
  

  width : 100%;
}
.Margin0pxClass{
  margin-left : 0px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.Pad5pxClass{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.LinkClass{
display:block;
  color : white; 
  text-decoration : none;
  padding-top : 10px;
  text-align : center;
  width : 100%;
  height : 100%;
}
.CellClass{
  background-color : blue;
  text-align : center;
  width : 100px;
  height : 1em;
}
A:HOVER{
  color : black;
  background-color : white;
  text-decoration : none;
}
BODY{
  
  
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.rightpageClass{
  
  
  margin-top : 30px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 30px;
  top : 50pt;
}
.LabelClass{
  color : white;
  
  width : 50px;
  text-decoration : none;
}
.PulldownClass{
display:block;
  color : white;
  background-color : #1164ee;
  text-decoration : none;
  width : 75px;
  height : 1em;
}
.LableClass{
  color : white;
  width : 49px;
}
