body {
  margin: 0px;
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 10pt;
  background-color: #fafffa;
  background-image: url(Images/ba-back2.jpg);
}
a {
  text-decoration: none;
  color: #660000;
}
.toplinks a {
  font-size: 11pt;
  text-decoration: none;
  color: #cccccc;
}
.bottomlinks a {
  font-size: 10pt;
  color: #cccccc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 10pt;
}
h1 {
  font-size: 20pt;
  margin-top: 0%;
}
hr {
  width: 100%;
}
h2 {
  font-size: 14pt;
  margin-top: 0%;
}
.heading {
  font-style: italic;
  color: #000000;
  font-size: 20px;
  font-family: Georgia;
}
.subhead {
  color: #660000;
  text-align: center;
  background-color: transparent;
  font-size: 12pt;
  font-weight: bold;
}
.links {
  font-weight: normal;
  color: #cccccc;
  font-size: 11pt;
}
li {
  font-size: 10pt;
}
table {
  border-style: none;
  border-width: 1px;
  font-size: 10pt;
}
.shadow {
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
   box-shadow: 0px 0px 10px #333;
   
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');

}


