/* faq.css
 * Style sheet for the FAQ
 *
 * By Leefe Hicks
 * Last update: 2004.11.03
 */

/* ****************************** */
/* Title */

.faq_title
{
	font-size: 16pt;
	font-weight: bold;
}

.faq_desc
{
	font-size: 14pt;
	font-weight: bold;
}

.faq_hr
{
	width: 400pt;
}

/* ****************************** */

/* Questions */

.faq_question_table
{
	/*border:3px solid #333;*/
	background-color: #333;
	width: 80%;
	padding: 5px;
}

.faq_question_subtable
{
	/*border:1px solid #cccccc;*/
	background-color: #000;
	width: 100%;
	padding: 5px;
}

.faq_question_cat
{
	font-size: 18px;
	color: #ff0000;
}

.faq_question_question
{
	font-size: 15px;
}

/* ****************************** */

/* Answers */

.faq_answer_table
{
	/*background-color: #333;*/
	width: 95%;
	padding: 5px;
}

.faq_answer_subtable
{
	border: 1px solid #cccccc;
	background-color: #000;
	width: 100%;
	padding: 5px;
}
	
.faq_answer_cat_name
{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

.faq_answer_cat_desc
{
	font-size: 15px;
	color: #ff0000;
}

.faq_answer_qa_question
{
	font-size: 15px;
	font-weight: bold;
}

.faq_answer_qa_answer
{
	font-size: 14px;
}

.faq_answer_qa_link
{
	font-size: 15px;
	font-weight: bold;
}

.faq_answer_space
{
	width: 30px;
}

.faq_answer_top
{
	font-size: 12px;
}



/* ****************************** */

