body, td, img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

a, a:link, a:visited {
	color: #69598A;
}
 a:hover, a:focus, a:active {
	color: #493962;
	text-decoration: none
}

.space_orange {
  background-color: rgb(238,121,0);
}

.space_gray {
  background-color: rgb(240,240,240);
}

.text_box {
  padding: 15px 15px 15px 30px;
}

.text_box2 {
	padding: 5px 5px 15px 5px;
}

.text_header_red {
  font-size: 12pt;
  font-family: tahoma;
  font-weight: bold;
  color: rgb(205,40,56);
}

.text_header_black {
  font-size: 12pt;
  font-family: tahoma;
  font-weight: bold;
  color: rgb(0,0,0);
}

.text_large_grayblue {
  font-size: 9pt;
  font-family: tahoma;
  color: rgb(104,114,136);
}

.text_white {
  font-size: 8pt;
  font-family: tahoma;
  color: rgb(255,255,255);
}

.text_black {
  font-size: 8pt;
  font-family: tahoma;
  color: rgb(0,0,0);
}

.text_gray {
  font-size: 8pt;
  font-family: tahoma;
  color: rgb(153,153,153);
}

.text_grayblue {
  font-size: 8pt;
  font-family: tahoma;
  color: rgb(104,114,136);
}
.comments{
	width: 80%;
}

.answerlist {
	margin: 0;
	font-size: 12pt;
  	font-family: tahoma;
  	font-weight: bold;
  	color: rgb(205,40,56);
	vertical-align: top;
	padding: 0 25px 20px 13px;
	border-right: 1px dotted #69598A;
}

.answertext {
	font-size: 8pt;
  	font-family: tahoma;
	color: black;
	padding: 0 13px 20px 13px;
}