/* CSS Document */

			BODY {
				font-family: Helvetica, Arial, sans-serif;
				font-size: 10px;
				color: #8C8C8C;
			}
			
				BODY h1 {
					font-size: 20px;
				}
				
				BODY h2 {
					font-size: 17px;
				}
			
			#container_outer {
				width: 635px;
				float: left;
				padding: 0;
			}
			
			#container_inner {
				width: 635px;
				margin: 0;
				padding: 0;
				float: left;
			}
			
			.question_block	{
				width: 635px;
				height: 50px;
				float: left;
				padding: 0;
				margin: 0;
				margin-bottom: 2px;
				background-color: #f7f7f7;
			}
			
				.question {
					width: 473px;
					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;
				}

				 .values a {
				 	text-decoration: none;
					color: #000000;
				}
					
						.values a:hover {
							text-decoration: underline;
							color: #FF0000;
						}
				
			.cat_block {
				width: 635px;
				padding: 0;
				float: left;
				margin-top: 20px;
				margin-bottom: 30px;
			}
			
			.q_header {
				font-size: 17px;
				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: 635px;
				height: 30px;
				padding: 0;
				margin: 0;
				margin-bottom: 2px;
			}
			
				.area_recommendation a {
					width: 635px;
					height: 30px;
					display: block;
					line-height: 30px;
					font-weight: bold;
					color: #990000;
					font-size: 14px;
					background-color: #eaf0e7;
					text-indent: 10px;
					text-decoration: none;
				}
				
				.area_recommendation a:hover {
					background-color: #c8d9c0;
				}
				
				.area_recommendation .strategy_name {
					width: 470px;
					float: left;
				}
				
				.area_recommendation .strategy_url {
					width: 30px;
					float: left;
					text-align: right;
					color: #FFFFFF;
					font-size: 11px;
					font-weight: normal;
					background-image: url(images/right_arrow.png);
					background-repeat: no-repeat;
					background-position: right;
				}
			
			.recommendation {
				width: 635px;
				background-color: #990000;
				height: 80px;
				color: #FFFFFF;
				text-align: center;
				line-height: 80px;
				font-size: 18px;
			}
			
			.strategy_display {
				background-color: #eaf0e7;
				padding: 20px;
			}
			
			#print_button {
				width: 150px;
				height: 40px;
			}
				
				#print_button a {
					display: block;
					width: 150px;
					height: 40px;
					background-image: url(images/print_off.png);
					background-position: top left;
					background-repeat: no-repeat;
					line-height: 40px;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					text-indent: 50px;
				}
				
				#print_button a:hover {
					width: 150px;
					height: 40px;
					background-image: url(images/print_on.png);
				}
				
			#pdf_button {
				width: 150px;
				height: 40px;
			}
				
				#pdf_button a {
					display: block;
					width: 150px;
					height: 40px;
					background-image: url(images/pdf_off.png);
					color: #000000;
					line-height: 40px;
					font-weight: bold;
					text-decoration: none;
					text-indent: 50px;
				}
				
				#pdf_button a:hover {
					width: 150px;
					height: 40px;
					background-image: url(images/pdf_on.png);
				}
			
			
	.field {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 2px;
		margin-top: 5px;
	}
	
	#main_information {
		width: 635px;
		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: 493px;
			height: 30px;
			padding: 10px;
			background-color: #f7f7f7;
			float: left;
			margin-bottom: 2px;
			line-height: 30px;
			vertical-align: middle;
		}
		
		#test_div {
			padding: 20px;
			border: 2px solid #000000
		}
		
		#top_buttons {
			width: 635px;
			height: 43px;
			float: right;
			margin-bottom: 30px;
		}
		
		.print_button a {
			display: block;
			height: 43px;
			width: 145px;
			line-height: 41px;
			border: 1px solid #FFFFFF;
			text-decoration: none;
			color: #000000;
			font-weight: bold;
			border: 1px solid #f7f7f7;
			float: left;
			margin-right: 4px;
			padding: 2px;
		}
		
			.print_button a:hover {
				border: 1px solid #CCCCCC;
			}
			
			.print_button img {
				border: none;
			}
			
			
			#error_message {
				width: 460px;
				padding: 20px;
				margin: 0 0 40px 0;
				border: 1px solid #990000;
				background-color: #fff2f2;
			}
			
			
			
					p {
						font-size: 1.3em;
						color: #8c8c8c;
						line-height: 1.2em;
						margin: 0 0 1.2em 0;
					}
					
							p.large {
								font-size: 1.8em;
								margin: 0 0 0.8em 0;
							}
							
							a {
								color: #6CC9FF;
								text-decoration: none;
							}
							
									a:hover {
										text-decoration: underline;
									}
							
					h1 {
						color: #8c8c8c;
						line-height: 1.2em;
						margin: 0 0 1.2em 0;
						font-size: 20px;
						margin: 0 0 0.8em 0;
						text-transform: uppercase;
					}
					
							h1 span {
								font-size: 0.5em;
							}
							
							
					h2 {
						color: #8c8c8c;
						line-height: 1.2em;
						margin: 0 0 1.2em 0;
						font-size: 1.7em;
						margin: 0 0 0.8em 0;
					}
					
					h3 {
						color: #8c8c8c;
						line-height: 1.2em;
						margin: 0 0 1.2em 0;
						font-size: 1.5em;
						margin: 0 0 0.8em 0;
					}
					
							h3 a {
								color: #8c8c8c;
							}
					
					
					ul {
						display: inline;
						width: 100%;
						float: left;
						font-size: 1.3em;
						color: #8c8c8c;
						line-height: 1.2em;
						margin: 0 0 1.3em 0; padding: 0;
						list-style: none;
					}
					
							ul li {
								margin: 0 0 0 0;
								padding: 2px 0 2px 25px;
								background: url(../../images/layout/blue_bullet_arrow.png) no-repeat top left;
							}
							
					table td, table th, div.question, div.form_input, label {
						font-size: 1.2em;
					}

		
			
