.se-table {
	border: 3px solid #01a2d7;
}
.se-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/se-bg.gif);
	background-repeat: repeat-x;
	padding-left: 8px;
}
.td-width{
	width: 7px;
}
.faqs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fe7b11;
	line-height: 30px;
}
.line-bottom{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ababab;
	line-height: 3px;
}
.dhtmlgoodies_question{ /* Styling question */
 /* Start layout CSS */
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0b4cb8;
	line-height: 30px;
	padding-left:5px;
 
 /* End layout CSS */
 
 overflow:hidden;
 cursor:pointer;
}
.dhtmlgoodies_answer{ /* Parent box of slide down content */
 /* Start layout CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #525151;
	line-height: 18px;
	text-align:justify;
	padding-left:25px;
 
 /* End layout CSS */
 
 visibility:hidden;
 height:0px;
 overflow:hidden;
 position:relative;
 
}
.dhtmlgoodies_answer_content{ /* Content that is slided down */
 padding:1px;
 position:relative;
 line-height:20px;
}
.question{ 
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0b4cb8;
	line-height: 30px;
	padding-left:5px;
 
}
.answer{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #525151;
	line-height: 18px;
	text-align:justify;
	padding-left:25px; 
}

