.heroleft {
	background-image: url(images/hero_lefttile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.heroright {

	background-image: url(images/hero_righttile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.heroleftimage {

	background-image: url(images/hero_leftimage.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.herorightimage {


	background-image: url(images/hero_rightimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftshadow {
	background-image: url(images/left_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #8f1405;
}
.leftnoshadow {
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #8f1405;
}
.rightshadow {

	background-image: url(images/right_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #8f1405;
}
.rightnoshadow {
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #8f1405;
}
.questionbox {
	background-image: url(images/question_box.gif);
	background-repeat: no-repeat;
}
.questiontable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #4b4b4b;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.answerbox {

	background-image: url(images/answers_box.gif);
	background-repeat: no-repeat;
}
.answertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #4b4b4b;
	text-decoration: none;
	padding-top: 34px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.buttonscell {
	padding-left: 22px;
}
.responsetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #DC4029;
	text-decoration: none;
	padding-top: 26px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.questionnum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
}
.answertablesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4b4b4b;
	text-decoration: none;
	line-height: 20px;
}
