.BoxBorder {
 	background-color: black;
}
.BoxBackground {
 	background-color: #CCCCCC;
}
.BoxTitle {
  font-family : Verdana;
  background-color: black;
  text-align: center;
  color: white;
  font-size: 10px;
}
.BoxText {
  font-family : Verdana;
  color: blue;
  font-size: 10px;
}
A.BoxLink, A.BoxLink:Visited {
  font-family : Verdana;
  text-decoration : underline;
  color: blue;
  font-size: 10px;
}
A.BoxLink:Hover {
  font-family : Verdana;
  text-decoration : none;
  color: red;
  font-size: 10px;
}
.BoxFooter {
  font-family : Verdana;
  color: Blue;
  font-size: 9px;
  text-align: right;
}
.BoxFooterLink {
  font-family : Verdana;
  text-decoration : none;
  color: red;
  font-size: 9px;
}


