@charset "UTF-8";
/* CSS Document */

#faq_head {
	background-image: url(../images/generic_head.jpg);
	height: 50px;
	width: 856px;
	position: relative;
}
.sectionheading {
	padding-top: 1em;
	text-align: justify;
}
.boldcopy {
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 20px;
	text-align: justify;
}
.faqitem {
	padding-bottom: 1em;
	padding-left: 20px;
}
.faqitem ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
}
.bulletpoint {
	padding-bottom: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bulletpoint a:link, .bulletpoint a:hover, .bulletpoint a:active, .bulletpoint a:visited {
	color: #666666;
	text-decoration: none;
}
.boldcopy a:link, .bulletpoint a:hover, .boldcopy a:active, .boldcopy a:visited {
	color: #007851;
	text-decoration: none;
}
p a:link, p a:hover, p a:active, p a:visited {
	color: #007851;
	text-decoration: underline;
}
