.BoxText  {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}

.BoxLine {
  background-image: url(../images/horizontal_line.gif);
  background-repeat: repeat-x;
  background-position: center;
}

table.Box {
  background: #FF801D;
}

table.BoxContents {
  background: #f8f8f9;
}

TD.BoxHeading 
{
  text-align :center;
  vertical-align:middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(../images/center.png);
  background-repeat: repeat-x;
  background-position: center;
  color: black;
}

TD.BoxFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(../images/center-down.png);
  background-repeat: repeat-x;
  background-position: center;
}

TD.Box, SPAN.Box {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}