﻿.faq
{
	width:95%;
	font-family: Arial;
	color:#3f3e3e;
	border-bottom: 1px dotted;
	float:left;
	}
	
.faq a
{
	text-decoration:underline;
	font-size: 12px;
    	font-weight: bolder;
    
}
	
.faq h5
{
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	font-weight: bolder;
    	/*color: #777;*/
	color: #3f3e3e;
	width: 95%;
	padding:0px;
	margin: 0px;
	margin-bottom: 5px;
}
	
.faq p
{
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	width: 95%;
    	text-align: left;
    	color: #3f3e3e;
}

.faq li
{
	width:95%;
	font-size: 12px;
}

.pagerBtns
{
	font-family: Arial;
	font-size:12px;
	color:#ff3333;
	font-weight:bold;
}

.pagerText
{
	font-family: Helvetica;
    font-size: 12px;
	text-align:right;
    color: #3f3e3e;
}

.faqLinks
{
    font-family:Arial;
    font-size: 12px;
    font-weight: bolder;
   	text-decoration:underline;
   	margin-bottom:5px;
   	list-style-type:decimal;
    color:#161e4e;
}
.faqLinks a
{
  color:#161e4e;
}

