/* Vertical Accordions	*/
		
.accordion_toggle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #FFFFFF;
	cursor: pointer;
	background-image: url(/images/toggle_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}
.accordion_toggle:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #CCCCCC;
	cursor: pointer;
	background-image: url(/images/toggle_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

		
.accordion_toggle_active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #CCCCCC;
	cursor: pointer;
	background-image: url(/images/toggle_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
		
.accordion_content {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	margin-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 10px;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 5px;
}
.question {
	padding-left: 24px;
	text-indent: -24px;
	color: #FCFC78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 5px;
}
.question .Q {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF873;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
.question .Q:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF873;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
.question .Q a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF873;
	font-size: 14px;
	font-weight: bold;

}
.question .Q a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF873;
	font-size: 14px;
	font-weight: bold;

}
.question .Q a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF873;
	font-size: 14px;
	font-weight: bold;

}
.answer {
	padding-left: 50px;
	text-indent: -23px;
	color: #002768;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 20px;
}

.answer .A {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #041B44;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.accordion_content .PdfWrapper {
	float: left;
	width: 170px;
	border: 1px dotted #151E1B;
	margin: 2px;
	padding: 5px;
}

