@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	overflow: hidden;
	width: 535px;
	height: 724px;
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}

.Accordion2 {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	overflow: hidden;
	width: 535px;
	height: 749px;
	float: right;
	margin-right: 15px;
}

.Accordion3 {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	overflow: hidden;
	width: 276px;
	height: 300px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #383838;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	height: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 570px;
	background-color: #FAFAD2;
}

.AccordionPanelContent2 {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 722px;
	background-color: #FAFAD2;
}

.AccordionPanelContent3 {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 672px;
	background-color: #FAFAD2;
}

.AccordionPanelContent4 {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-color: #FAFAD2;
}

.AccordionPanelContent5 {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 700px;
	background-color: #FAFAD2;
}
