body{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

table.mailtable{ 
  border-left: solid 1px gray;
  border-top: solid 1px gray;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
}

table.mailtable th{ 
  background-color: #e8e8e8; 
  border-bottom: solid 1px gray;
  padding: 8px; 
}		

table.mailtable td{ background-color: #e8e8e8; padding: 8px; }

table.qotable{ 
  border-left: solid 1px gray;
  border-top: solid 1px gray;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
}

table.qotable th{ 
  background-color: #e8e8e8; 
  border-bottom: solid 1px gray;
  padding: 8px; 
  text-align: center;
}

table.qotable td{ 
  background-color: #e8e8e8; 
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

table.qotable td input{ margin: 2px; }

samp{
  font-family: Arial, Serif;
  font-style: normal;
}

samp span.bordered, samp div.bordered{
  background-color: #ffffe8;
  white-space: nowrap;
}

samp span.bordered{ padding: 1px; margin: 1px; }
samp div.bordered{ padding: 3px; margin: 3px; }

p.qoopener{
  font-weight: bold;
  font-size: 110%;
}

.error{
  color: red;
  font-size: 14pt;
}

p.error{
  color: red;
  font-size: 14pt;
}

.success{
  color: blue;
  font-size: 14pt;
}

p.success{
  color: blue;
  font-size: 14pt;
}

table.mailtable td{
  text-align: left;
}		


