/* F A Q */
table.faq_layout {
			background-image:url('_images/bg_faq.gif');
			background-repeat:repeat-y;	
			width:100%;
			height:100%;
}

table.faq_layout td.td_01 {
	width:170px;	
	text-align:center;
}
table.faq_layout td.td_02 {
	width:400px;	
}
table.faq_layout td.td_03 {
	width:150px;	
}
table.faq_layout td.td_04 {
	width:150px;	
}

/* TD with questions*/
table.faq_layout td.faq_question{
			background-image:url('_images/faq_question_bg.gif');
			background-repeat:repeat-y;	
			font-family:Verdana,arial;
			font-size:14px;
			font-weight:bold;			
}

/* TD with Answers*/
table.faq_layout td.faq_answer{
			font-family:Verdana,arial;
			font-size:12px;
			font-weight:normal;			
}
/* TR Divider*/
table.faq_layout tr.divider{
height:8px;		
			background-image:url('_images/bg_faq.gif');
			background-repeat:repeat-y;	
}
/*the lowest row in the content table*/
table.faq_layout tr.tr_lowest {
	height:30px;	
}
/*table holding Qs & As*/
table.faq_questions {
	width:450px;
	background-color:#F5F7F9;
	position:relative;
	top:1px;
}
table.faq_questions td.question_icon{
	width:15px;
	background-color:#4f728e;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	font-family:verdana;
}
/*Image on the top*/
img.faq_secretary {
	width:150px;
	border-width:0px;
}
/*The Sign imagewise*/
img.faq_title {
	width:515px;
	border-width:0px;
}

img.faq_couple {
	width:150px;
	border-width:0px;
}
img.faq_lcd {
	width:200px;
	border-width:0px;
}
