.faq_text {
	font-size: 13px;
	font-family: Tahoma, Arial;
}
.faq_title {
	font-size: 15px;
	font-family: Tahoma, Arial;
}



.question {
	font-size: 15px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #ff0000;
}


.question_content {
	font-size: 14px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #333399;
}
.question_content a:link {
	color: #333399;
	text-decoration: none;
}
.question_content a:visited {
	text-decoration: none;
	color: #cc0000;
}
.question_content a:hover {
	text-decoration: none;
	color: #0066FF;
}
.question_content a:active {
	text-decoration: none;
	color: #003333;
}



.ansewer {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FF9933;
}
.ansewer_content {
	font-size: 14px;
	font-family: Tahoma, Arial;
	color: #000000;
	line-height:25px;
}
.ansewer_content a:link {
	color: #000033;
	text-decoration: none;
}
.ansewer_content a:visited {
	text-decoration: none;
	color: #000000;
}
.ansewer_content a:hover {
	text-decoration: none;
	color: #0066FF;
}
.ansewer_content a:active {
	text-decoration: none;
	color: #003333;
}



.date_by {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: italic;
	color:#cc0000;
}


.page_part {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color:#000066;
	text-decoration:none;
}
.page_part a:link {
	color: #000033;
	text-decoration: none;
}
.page_part a:visited {
	text-decoration: none;
	color: #000000;
}
.page_part a:hover {
	text-decoration: none;
	color: #0066FF;
}
.page_part a:active {
	text-decoration: none;
	color: #003333;
}