BODY {
  text-align: left;
  color: #000;
  background: #FBFBFF;
/*  margin-left: 1em; */
/*  margin-right: 1em; */
  margin-top: 0.1em;
  font-family: "Helvetica", sans-serif;
}

P.center {
  text-align: center;	
}

TD, TH { /* ns workaround */
  font-family: "Helvetica", sans-serif;
  vertical-align: top;
}

TD.center, TH.center {
  text-align: center;
  vertical-align: middle;
}
  
H1, H2, H3 {
  color: #900;
  background: white;
}

H1, H2 { 
  margin-top: 1em;
/*  margin-left: -7%; */
  clear: both;
}

A { text-decoration: none; }

A.quest {
  font-family: "Helvetica", sans-serif;
  font-size: 24pt;
  color: red;
  background: #FBFBFF;
  text-decoration: none;
}

BR.two {
	line-height: 200%;
}

BR.three {
	line-height: 300%;
}

TD.footer-left {
	text-align: left;
}

TD.footer-right {
	text-align: right;
}

.foot {
	font-size: 10pt;
}

IMG {
  color: #FBFBFF; 
  border: 0;
}

TABLE.footer {
	text-align: center;
	color: black;
	background: #FBFBFF;
	padding: 0;
}

.gray { background-color: #CCCCCC; }
.lightgray { background-color: #F2F2F2; }
.darkgray { background-color: #777777; }
.iffgray { color: #919191; }
