BODY
{
	background-color: #CCCCCC;
}

.tbl_header
{
  width: 100%;
}

.tbl_header_header
{
  width: 80%;
}

.tbl_header_buttons
{
  width: 20%;
}

.tbl_navigation
{
	width: 95%;
}

.tbl_navigation_progress
{
	text-align: center;
	color: #003399;
	font-weight: bold;
}

.tbl_navigation_right
{
	text-align: right;
}

.test_tbl_question
{
  width: 95%;
  padding: 0pt;
  border: solid 0pt;
  border-spacing: 1px;
}

.test_tbl_question_spacer
{
  width: 1%;
  background-color: #FFFFFF;
}

.test_tbl_question_header
{
  font-family: "trebuchet ms";
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #003399;
}

.test_tbl_question_content_0
{
  width: 13%;
  background-color: #C4EBF5;
	text-align: center;
}

.test_tbl_question_content_1
{
  width: 13%;
  background-color: #EAF4F7;
	text-align: center;
}

.test_tbl_question_question_0
{
  width: 40%;
  font-weight: bold;
  color: #000000;
  vertical-align: top;
  padding-top: 5px;
  background-color: #C4EBF5;
}

.test_tbl_question_question_1
{
  width: 40%;
  font-weight: bold;
  color: #000000;
  vertical-align: top;
  padding-top: 5px;
  background-color: #EAF4F7;
}

.test_tbl_question_question_number
{
  padding-left: 5px;
  font-weight: bold;
  vertical-align: top;
}

.test_radio_0
{
	border: 1px solid #C4EBF5;
}

.test_radio_1
{
	border: 1px solid #EAF4F7;
}

.test_tbl_question_question_text
{
  font-weight: bold;
}

.persdata_tbl_persdata
{
  width: 60%;
  padding: 0pt;
  border: solid 0pt;
  border-spacing: 0px;
}

.persdata_tbl_persdata_header
{
  background-color: #003399;
  color: #FFFFFF;
  padding-left: 5px;
}

.btn_continue
{
  width: 112px;
  height: 22px;
  padding-left: 5px;
  border-spacing: 0px;
  border: solid 0px;
  background-image: url('../images/btn_continue.jpg');
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.btn_back
{
  width: 112px;
  height: 22px;
  padding-left: 5px;
  border-spacing: 0px;
  border: solid 0px;
  background-image: url('../images/btn_back.jpg');
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

