﻿/* FAQ */
.FAQ_Question 
{
	font-weight:bold;	
	text-align: justify;
	padding-right:20px;

}
.FAQ_Question .Link_Style
{
	text-decoration:none;	
}

.FAQ_Answer
{
	text-align: justify;
	padding-right:20px;
}

.FAQ_Answer .List_Style
{
	list-style-type:none;
	text-decoration:underline;	
}

.FAQ_Answer .Underline_Text
{
	text-decoration:underline;	
}

.FAQ_Answer .Heading
{
	font-weight:bold;
	font-style:italic; 
}