@charset "utf-8";
/* CSS Document */

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin: 0;
	padding: 10px;
	color: #343434;
}

/* --------------- START This is the FAQs content style -------------------------------- */

.wrapper{
	background:#ffffff;
	color:#333;
	padding: 0px 0;
	font-size:14px;
	line-height:1.4em;

}


h1{
	line-height:1.4em;
}

h2{
	line-height:1.4em;
}

h4 { 
border-bottom: 0px solid #999;
font-size:16px;
padding:0px 0px 0px 0px;

}

ol li { margin-top:20px;}

a.faqs {
	color:#db7e06;
}

a.faqs:hover {
	color:#2d2d2d;
}

a.faqs:visited {
	color: #db7e06;
}





/* --------------- END This is the FAQs content style -------------------------------- */

