#faqBlock{
	position:absolute;
	height:545px;
	width:590px;
	left: 310px;
	top: 246px;
	color: #532932;
	overflow: scroll;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#listFaq {
	position: absolute;
	font-size: 16px;
	color: #240856;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	font-family: "Arial Narrow", calibri, "Century Gothic", corbel;
	z-index: 500;
	width:200px;
	left: 101px;
	top: 247px;
	height:500px;
}


#listFaq ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#listFaq ul a {
	white-space:normal;
	margin:0;
	text-decoration: none;
	display: block;
	padding-bottom:15px;
	width:200px;
}

#listFaq li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;		
	}

#listFaq ul li {
	list-style-type: none;
	width: 200px;
	position:relative;
}

#listFaq a:link {
	color: #240856;
	text-decoration: none;
}

#listFaq a:visited {
	color:#240856;
	text-decoration: none;
}

#listFaq a:hover {
	color: #541011;
	text-decoration: none;
}


#listFaq a:active {
	color: #532932;
	text-decoration: none;
}


.faqInfo {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}


a:link {
	text-decoration: none;
	color: #604587;
}
a:visited {
	text-decoration: none;
	color: #604587;
}

a:hover {
	text-decoration: none;
	color:#C76D32;
}
a:active {
	text-decoration: none;
	color: #604587;
}
