.QA {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-image: url(../media/Q.jpg);
	background-repeat: no-repeat;
	padding-left: 2.75em;
	line-height: 2em;
	padding-top: .375em;
	padding-bottom: 1.12em;
	font-style: italic;
	font-weight: bold;
	color: #30639A;
}

a.QA:link {
	color: #069;
	text-decoration: none;
}
a.QA:visited {
	color: #708298;
	text-decoration: none;
}
a.QA:hover {
	color: #C00;
	text-decoration: underline;
}
a.QA:active {
	color: #996D3E;
	text-decoration: none;
}

/*toggle on or off style for toggle() function in toggleOpen.js*/
.toggleQA{
	visibility:hidden;
	display:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #FEF8F1;
	padding-top: .25em;
	padding-left: 3em;
	margin-left: 3em;
	padding-right: 2em;
	padding-bottom: 2em;
	/*	border-left-width: 2em;
	border-left-style: solid;
	border-left-color: #e0cab2; */
	background-image: url(../media/A.jpg);
	line-height: 200%;
	font-size: .90em;
	background-repeat: no-repeat;
} 

h1 {
	color:#666;
	display:block;
	width:100%;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.dropcap 
{
	float:left;
	color:#AC1A2F;
	font-size:5.5em;
	line-height:.65em;
	padding-top:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 