body{
	Background-Color:	#408d83;
	Color:				White;
	margin-left: auto;
    margin-right: auto;
	Font-Family:		Verdana;
	Font-Weight:		bold;
	Font-Size:			10px;	
}

.Color_text{
	Font-Family:		Verdana;
	Font-Weight:		bold;
	Font-Size:			10px;
	Color:				White;
}


.Top_Bar{
	Width:				660px;
	Height:				69px;
	margin-left:		auto;
	margin-right:		auto;
	padding: 			0px;
}
.Top_Cell_Weight{
	Background-Image:	url('../images/bg_topbar_top2.gif');
	background-repeat: no-repeat;
}
.Top_Cell_Question{
	Background-Image:	url('../images/bg_topbar_bot2.gif');
	background-repeat: repeat-x;
}
.Top_Cell_Yes{
	Background-Image:	url('../images/bg_topbar_bot3.gif');
	background-repeat: no-repeat;
}
.Top_Cell_No{
	Background-Image:	url('../images/bg_topbar_bot4.gif');
	background-repeat: no-repeat;
}
.Question_Bar{
	Width:				660px;
	Height:				32px;
	margin-left:		auto;
	margin-right:		auto;
	padding: 			0px;
}
.Question_Cell_Weight{
	Background-Image:	url('../images/bg_quesbar_bg1.gif');
	background-repeat: no-repeat;
}
.Question_Cell_Step{
	Background-Image:	url('../images/bg_quesbar_bg2.gif');
	background-repeat: 	repeat-x;
	Font-Size:			16px;
}
.Question_Cell_Question{
	Background-Image:	url('../images/bg_quesbar_bg2.gif');
	Background-Repeat:	repeat-x;
	color: 				#00675a;
}
.Question_Cell_Yes{
	Background-Image:	url('../images/bg_quesbar_bg3.gif');
	background-repeat: no-repeat;
}
.Question_Cell_No{
	Background-Image:	url('../images/bg_quesbar_bg4.gif');
	background-repeat: no-repeat;
}

/* template_result */

.ResultTop_Cell_Weight{
	Background-Image:	url('../images/bg_restopbar_bg1.gif');
	background-repeat: 	repeat-x;
	Font-Size:			18px;
}
.ResultTop_Cell_Recom{
	Background-Image:	url('../images/bg_restopbar_bg2.gif');
	background-repeat: 	repeat-x;
	Font-Size:			14px;
	color: 				#00675a;
}
.ResultShort_Cell_Weight{
	Background-Image:	url('../images/bg_resshortbar_bg1.gif');
	background-repeat: no-repeat;
	Font-Size:			14px;
}
.Expl_Bar{
	Width:				660px;
	margin-left:		auto;
	margin-right:		auto;
	padding: 			0px;
}
.Expl_Cell_Recom{
	Background-Image:	url('../images/bg_expltab2.gif');
	background-repeat: 	repeat-y;
	padding: 			10px;
	font-weight: normal;
}


.Footer{
	Font-Family:		Verdana;
	Font-Weight:		bold;
	Font-Size:			11px;
	Width:				660px;
	Color:				White;
	margin-left:		auto; 
	margin-right:		auto;
}
.Footer A{
	Font-Family:		Verdana;
	Font-Size:			10px;
	Font-Weight:		bold;
	Color:				White;
}
.check_box{
	Width:				15px;
	Height:				15px;
}
.radio_butn{
	Width:				15px;
	Height:				15px;
}
.SpaceDiv{
	Height:				7px;
}
.SpaceDiv_Results{
	Height:				15px;
}
.SpaceDiv_Foot{
	Height:				25px;
}
.ShowError{
	Height:				30px;
	Background-Image:	url('../images/bg_error.gif');
	background-repeat: 	repeat-x;
	Font-Size:			11px;
	text-align:			center;
	line-height: 30px;
}