
BODY { 
  color: black;
  font-family: arial, geneva, helvetica, verdana, sans-serif; 
  font-size: 0.85em;
//  background-image: url("/images/bckgrnd8.jpg");
  background-color: #eeeeee;
  margin-top: 8px;
  margin-left: 12px;
  margin-right: 12px;
}
INPUT.num {  
  border: solid 1px #333333;  
  text-align: right;
}
INPUT.text {  
  border: solid 1px #333333;  
  text-align: left;
}
.button {
  cursor: pointer;
  background: #dddddd; 
  border: thin outset #000099;
  padding: 0 0.4em 0 0.4em;

}
A.buttonlink {
  color: black;
  text-decoration: none;
  background: #dddddd; 
  border: thin outset #000099;
}
TABLE.ask { 
  background-color: #FAFAF7;
  color: #000000;
  border-width: thin; 
  border-color: #666666; 
  border-style: solid; 
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 0;
}
TABLE.invis { 
  background: transparent; 
  border: none; 
  padding: 0;
}
TABLE.error { 
  background: #ffcccc; 
  font-weight: bolder; 
//  font-size: 11px; 
  border-width: thin; 
  border-color: #990000; 
  border-style: solid; 
} 
TH { 
  font-size: 0.9em; 
  vertical-align: top; 
  font-weight: 600; 
  text-align: left;
  padding-left: 0.2em;
  padding-right: 0.2em;
  border-bottom-width: thin;
  border-bottom-color: #cccc99;
  border-bottom-style: solid;
}
TH.right { 
  text-align: right;
}
TH.title { 
  background-color: #155B7B;
  font-weight: bolder; 
  color: white; 
  border-bottom-width: thin; 
  border-bottom-color: #666666; 
  border-bottom-style: solid; 
  padding-left: 1.5em;
  padding-right: 0.2em;
}
TD { 
  font-size: 0.85em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
TD.title { 
  vertical-align: top; 
  text-align: right;
}
TD.data { 
  vertical-align: top; 
  border-width: thin;
  border-color: #cccc99;
  border-style: solid;
}  
TD.redData { 
  color: #cc0000;
  border-width: thin;
  border-color: #cccc99;
  border-style: solid;
}  
TD.ruled {
  border-bottom-width: thin; 
  border-bottom-color: #666666; 
  border-bottom-style: solid; 
}
TD.red { 
  color: #009900; 
  vertical-align: top; 
  text-align: right;
}
TD.green { 
  color: #cc0000; 
  vertical-align: top; 
  text-align: right;
}
TD.required { 
  border-width: 2; 
  border-color: #990000; 
  border-style: solid; 
}
TD.lookit {  
  border-width: medium; 
  border-color: #990000; 
  border-style: solid; 
}
TD.instruct { 
  border-width: thin; 
  border-color: #000000; 
  border-style: solid; 
  padding: 0.4em;
}
TD.sidebox { 
  background: #155B7B;  
  padding: 0;
}
.small { 
  font-size: small; 
}
SPAN.lookit { 
  color: #990000; 
//  font-size: 11px; 
}
P.lookit { 
  color: #990000; 
//  font-size: 11px; 
  padding: 0.2em;
}
.emph { 
  color: #cc0000;
}

.OT_aggressivebutton {
	border: solid 2px #cc0000;
  font-weight: bold;
  color: #cc0000;
	font-size: large;
  background: #ffffff;
  padding: 0.1em;
  text-decoration: none;
}

.PayPalForm {
  margin: 0 3px 5px 3px;
  padding: 1px;
}
.PayPalButton {
  cursor: pointer;
  border: 2px outset #000099;
  padding: 0 0.4em 0 0.4em;
  background-color: #ccccff;
  font-size: 0.80em;
  white-space: nowrap;
}
