BODY.Content {
  background: white;
  color: darkslategray;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
}

BODY.HdgList {
  background: #FFFFFF;
  color: #606060;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
}

BODY.ListImages {
  background: white;
  color: darkslategray;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  margin: 20;
}

BODY.Popup {
  background: silver;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  margin: 12px;
}

P, TD, TD.P {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  margin-left: 15px;
}

H3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

H4 {
  color: darkslategray;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}


TH {
  background: #4080C0;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  vertical-align: top;
  text-align: left;
}


TD.Prompt {
  background: silver;
  color: slategray;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  vertical-align: top;
  text-align: right;
}

TD.Value {
  background: silver;
  color: darkslategray;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

.OrangeButton {
  background: orangered;
  color: white;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
}

.BlueButton {
  background: #4080C0;
  color: white;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
}

.GreenButton {
  background: olive;
  color: white;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
}

.input {
  BACKGROUND: buttonface; 
  BORDER-LEFT: rgb(0,0,0) 1px solid; 
  BORDER-BOTTOM: rgb(0,0,0) 1px solid; 
  BORDER-RIGHT: rgb(0,0,0) 1px solid; 
  BORDER-TOP: rgb(0,0,0) 1px solid; 
  COLOR: rgb(0,0,0);
  FONT-FAMILY: Verdana,Arial,Helvetica; 
  cursor: hand; 
  font-size: 9pt; 
  font-weight: normal;
}

HR {
  Height: 1px;
  Color: silver;
}

