@charset "utf-8";
/* CSS Document */
.a-z_item {
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.a-z_letter {
	width:100%;
	color:#91b62d;
	font-weight:bold;
	font-size:13px;
	display:block;
	margin-top:3px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px;
}
.faq_question {
	font-weight:bold;
	display:block;
	margin-bottom:3px;
	background-image:url(../images/question.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
}
.bullet_point {
	display:block;
	background-image:url(../images/small_bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 4px;
	padding-left:25px;
	margin-top:5px;
}
.title_green {
	display:block;
	color:#91b62d;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px;
}
.title_purple {
	display:block;
	color:#705e9b;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px;
}
.bold_grey {
	font-weight:bold;
}
.bold_green {
	font-weight:bold;
	color:#91b62d;
}
.bold_purple {
	font-weight:bold;
	color:#705e9b;	
}
.summary {
	display:block;
	padding:10px;
	border:1px solid #91b62d;
	background-color: #D1EFB4;
	position:relative;
	top:-1px;
	z-index:20;
}
.telephone_centre {
	margin-top:3px;
}
.processbox {
display:block;
margin-bottom:5px;
margin-top:5px;
padding:10px;
	border:1px solid #91b62d;
	background-color: #D1EFB4;
}
