/*****************************/
.answer{
  float:left;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.answer table {
  width:100%; 
  border:none;
  background:#DD5C0F;
  margin:5px 5px 0 0;
}
.answer table th{
  font-size: 14px;
  font-weight:bold;
  color:white;
  text-align:left;
  padding-left: 5px; 
}
.answer table td{
  font-size: 12px;
  font-weight:normal;
  background:white;
  color:black;
  text-align:left;
  padding-left: 5px; 
}
.answer table th.border{
  font-size:1px;
  height:5px;
}
.answer table th.bg_white{
  background:white;
}
.answer table th.bg_gray, .answer table td.bg_gray{
  background:#E7E7E7;color:black;
}
.answer table th.bg_gray_1{
  background:#C0C0C0;color:black;
}
.answer table th.bg_blue{
  background:#C4F2F0;color:black;
}


.answer table td.txt_red,.answer table th.txt_red{
  color:red;
}
.answer table th.txt_yellow{
  color:yellow;
}
.answer table.nomargin, table td.nomargin {padding:0 0 0 0;margin:0 0 0 0;}
/*****************************/


