


a.text:link, a.text:visited, a.text:active {
	color: #ffffff;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
		}
a.text:hover {
	color:#cccccc;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
		}
	
.PageFAQ_Answer p{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
		



/* PageFAQ */
.PageFAQ_PageName { font-size:16px; font-weight:bold; }
.PageFAQ_Intro { font-size: 30px; }
.PageFAQ_Container { padding-top: 10px; padding-left: 5px; }
.PageFAQ_Question { font-size: 12px; padding-bottom:10px; }
.PageFAQ_Answer { font-size: 12px; display:none; padding-bottom:15px; border-bottom: solid 1px #EBD9D9; }


