a,h3 {
#  text-decoration: none;
  color: #0705d5;
}
a:hover {
  color:#f466f4;
}
td  {
  font:normal 12pt "Arial";
}
.TopBar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0705d5;
  height: 128;
  overflow: hidden;
}
.RightBar {
  position: absolute;
  top: 140px;
  left: 600px;
  background: #ffffff;
  width: 200px;
  text-align:center;
}
.Body {
  position: absolute;
  top: 140px;
  left: 200px;
  width: 400px;
  background: #ffffff;
  text-align:left;
  color:black;
  z-index: 1;
}
.BodyTitle {
  font:bold 16pt "Arial";
  color:black;
  z-index: 1;
}
a.BodyTitle:hover {
  color: red;
}
.popUpStyle {
  background-color:#ffffff; 
  color:#182478;
  position: absolute; 
  visibility: hidden; 
  font:normal 10pt "Arial";
  text-align:left;
  width: 400;
  z-index: 2;
}
.CaptionBox {
  position: relative;
  text-align: center;
  vertical-align: top;
  font:normal 12pt "Times Roman";
}
.Banner  {
  position: absolute;
  top: 68px;
  left: 152px;
  background: #ffffff;
  width: 420px;
  height: 50px;
  border: thick double #182478;
  z-index: 1;
}
