/* CSS Document */
BODY {
background: #000000;
  color: #E5E5E5;
  margin: 0px;
}

A {

	color: #FFFFFF;
	font-family: "ACaslon Regular";
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #999999;
	font-family: "ACaslon Regular";
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
TR.footer {
  background: #191919;
}
TD.footer {
	font-family: "ACaslon Regular";
	font-size: 16px;
	background: #000000 center;
	font-weight: normal;
	color:#FFCC00;

}

}
/* Added by Jack */
TABLE.headerTable {
  background: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  height: 30px;
  width:100%;
}
TABLE.mainTable {
	background: #000000;
	width:100%;
	color: #FFFFFF;
	font-family: "ACaslon Regular";
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
}
TABLE.footerTable {
  background: #000000;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 0px;
  height: 12px;
  width:100%;
}
  

