@charset "UTF-8";

/*   Main  */


		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 17px;
			color: #333333;
			background-color: #425718;
			margin-left: 0px;
			margin-top: 15px;
			margin-right: 0px;
			margin-bottom: 0px;
		}
		
		a {
			font-weight: bold;
			color: #6C8F39;
			text-decoration: none;
		}
		
		a:hover {
			color: #000000;
		}
		
		.index {
	padding-top: 0px;
		}
		
		
		.box1 {
	height: 87px;
	color: #D2E2E2;
	width: 17px;
	background-color: #425718;
		}
		
		.box2 {
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	width: 146px;
	background-color: #6C8F39;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	overflow: hidden;
		}
		
		
		
		.box2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #425718;
	font-style: normal;
		}
		
		.box2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	text-decoration: underline;
		}
		
		
		
		.section {
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 0px;
			cursor: pointer;
			-moz-user-select: none;
			-khtml-user-select: none;
			color: #425718;
		}
		
		.big-title {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 30px;
			line-height: 27px;
			font-weight: 700;
			color: #000000;
		}
		
		.med-title {
			font-size: 16px;
			font-weight: bold;
			color: #000000;
			line-height: 20px;
		}
		
		.small-title {
			font-size: 13px;
			font-weight: bold;
			color: #000000;
			line-height: 20px;
		}

		
		.title {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 20px;
			font-weight: 700;
			color: #333333;
			padding-bottom: 4px
		}

		.small-nav {
			display: block;
			height: 23px;
			width: 220px;
			line-height: 23px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #000000;
			border-top: 0px solid #cde99f;
			cursor: pointer;
			margin: 0;
			padding-top: 2px;
		}
		
		.table {
			border: thin solid #CCCCCC;
	
		}

		.table-text {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 15px;
			font-weight: normal;
			color: #333333;
			padding-left: 4px;
			padding-right: 4px;
		}
	
		
		
		
		ul {
			list-style: square;
			margin-left: 0;
			padding-left: 1em;
			margin-top: 0px;
		}
	
		li { 
			padding-bottom: 5px;
		}
		
		li a {
			font-weight: normal;
		}
		
		.footnote {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #666666;
		}
		
		.refer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 15px;
			font-weight: normal;
			color: #333333;
			margin-left: 15px;
			margin-right: 15px;
			
		}
	
	
	


/*   Vertical Accordions  */
		
		
		.accordion_toggle {
			display: block;
			height: 25px;
			width: 220px;
			line-height: 24px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #000000;
			background: url(images/arrow-side.gif) no-repeat top left;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0;
			margin-top: 5px;
		}
		
		.accordion_toggle_active {
			border-bottom: 1px solid #f68263;
			background: url(images/arrow_down.gif) no-repeat top left;
			margin-bottom: 5px;
		}
		
		.accordion_content {
			background-color: #ffffff;
			overflow: hidden;
			margin-left: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 16px;
			color: #333333;
		}
		
		.accordion_content a { 
			font-weight: normal;
			color: #6C8F39;
			text-decoration: none;
		}
	
		.accordion_content a:hover { 
			font-weight: normal;
			color: #000;
			text-decoration: none;
		}

		a:active, a:focus {
			outline: none;
		}

