@CHARSET "utf-8";

		/*
			Vertical Accordions
		*/

		.accordion_toggle {
			display: block;
			height: 40px;
			width: 178px;
			background: url('') no-repeat top #ffffff;
			padding: 0 0px 0 0px;
			font-weight: bold;
			text-decoration: ;
			outline: none;
			font-size: 10px;
			color: #00006a;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.accordion_toggle_active {
			background: url('') no-repeat top #ffffff;
			color: #ffffff;
		}

		.accordion_content {
			background-color: #ffffff;
			color: #444444;
		}