table.survey {
  font-size: 10pt;
	margin-top: 10;
	margin-left: 38;
	margin-bottom: 10;
}

td {
  vertical-align: top;
}

td.surveytitle {
	padding-left: 0px;
	padding-right: 10px;
}

td.surveytitlex {
	padding-left: 0px;
	padding-right: 10px;
}

tr.surveyodd {
  background-color: #ffffff;
}

tr.surveyeven {
  background-color: #f9f9f9;
}

font.survey {
  font-size: 10pt;
	font-weight: bold;
}

ol.survey {
  font-size: 10pt;
	font-weight: bold;
	list-style-position: outside;
}

font.surveydebug {
  font-size: 8pt;
	font-weight: bold;
	color: red;
}

font.surveycomment {
  font-size: 10pt;
  text-decoration: underline;
}


textarea.survey {
  color: #1F4287;
	font-family: Trebuchet MS, Tahoma, Helvetica;
	font-size: 9pt;
}
