		a:link {
	color: #339933;
	text-decoration: none;
		}
		a:hover {
	color: #3399CC;
	text-decoration: none;
	}
		a:visited {
	color: #339933;
	text-decoration: none;
	}
	
	.vertical_container {
	width: 270px;
	margin-top: 400px;
	}
		.accordion_toggle {
	display: block;
	height: 30px;
	width: 180px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #339933;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		.accordion_toggle_link {
	display: block;
	height: 30px;
	width: 250px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #339933;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
	color: #333333;
	border-bottom: 1px solid #339933;
		}
		
		.accordion_content {
	background-color: #ffffff;
	color: #333333;
	overflow: hidden;
	width: 200px;
		}
			
			.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #333333;
			}
			
			.accordion_content p {
				padding: 0px 10px 0px 20px;
			}
			
					

	</style>

