/* CSS Document */

			BODY {
				font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #000000;
			}
			
				BODY h1 {
					font-size: 30px;
				}
			
			#container_outer {
				width: 100%;
				margin-left: auto;
				margin-right: auto;
				padding: 0;
			}
			
			#container_inner {
				width: 100%;
				margin: 0;
				padding: 0;
				float: left;
			}
			
			.question_block	{
				width: 500px;
				height: 50px;
				float: left;
				padding: 0;
				margin: 0;
				margin-bottom: 2px;
				background-color: #f7f7f7;
			}
			
				.question {
					width: 338px;
					height: 50px;
					padding: 10px;
					border-right: 2px solid #FFFFFF;
					float: left;
				}
				
				.values {
					width: 120px;
					height: 50px;
					padding: 10px;
					float: left;
					line-height: 35px;
					text-align: center;
				}
				
			.cat_block {
				width: 500px;
				padding: 0;
				float: left;
				margin-top: 20px;
				margin-bottom: 30px;
			}
			
			.q_header {
				font-size: 20px;
				text-transform: uppercase;
				margin-bottom: 10px;
				font-weight: bold;
			}
			
			.q_desc {
				font-size: 14px;
				text-transform: uppercase;
				font-weight: bold;
			}
			
			.q_block_header {
				width: 480px;
				padding: 10px;
			}
			
			.strategy_list {
				width: 450px;
				margin-left: 50px;
			}
			
			.area_recommendation {
				width: 100%;
				height: 30px;
				display: block;
				line-height: 30px;
				font-weight: bold;
				color: #000000;
				font-size: 18px;
				background-color: #FFFFFF;
				text-indent: 10px;
				border-bottom: 1px dashed #CCCCCC;
			}
			
				.area_recommendation .strategy_name {
					width: 50%;
					float: left;
					font-size: 13px;
					font-weight: bold;
				}
				
				.area_recommendation .strategy_url {
					width: 40%;
					float: left;
					text-align: left;
					color: #000000;
					font-size: 11px;
					font-weight: normal;
				}
			
			.recommendation {
				width: 100%;
				background-color: #FFFFFF;
				height: 40px;
				color: #000000;
				text-align: center;
				line-height: 40px;
				border-bottom: 1px dashed #000000;
			}
			
			.strategy_display {
				background-color: #FFFFFF;
				padding: 20px;
			}
			
			
	.field {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 2px;
		margin-top: 5px;
	}
	
	#main_information {
		width: 500px;
		float: left;
		margin-bottom: 30px;
	}
	
		#main_information label {
			display: block;
			background-color: #f7f7f7;
			width: 100px;
			font-weight: bold;
			height: 30px;
			line-height: 30px;
			padding: 10px;
			float: left;
			margin-right: 2px;
			margin-bottom: 2px;
		}
		
		#main_information .form_input {
			width: 358px;
			height: 30px;
			padding: 10px;
			background-color: #f7f7f7;
			float: left;
			margin-bottom: 2px;
			line-height: 30px;
			vertical-align: middle;
		}
		
		#test_div {
			visibility: hidden;
			height: 0px;
		}
		
			#test_div p {
				visibility: hidden;
				height: 0px;
			}
			
			#test_div h2 {
				visibility: hidden;
				height: 0px;
			}
			
