TD {
	font-family : Arial, sans-serif;
	color: #000000;
}
.size1 {
	font-size : 11px;
}
.size2 {
	font-size : 12px;
}
.size3 {
	font-size : 14px;
}
.title {
	font-weight: bold;
	font-size: 14px;
}
.faqA {
	background: #ccc;
	padding: 6px;
	font-weight: bold;
}
.faqB {
	padding: 6px;
	font-weight: bold;
}
.faqA a{
	text-decoration:none;
	color:#000;
}
.faqB a{
	text-decoration:none;
	color:#000;
}
.faqA a:hover{
	text-decoration:underline;
	color:#000;
}
.faqB a:hover{
	text-decoration:underline;
	color:#000;
}
.answer {
	margin: -12px 0px 0px 6px;
	display: none;
	font-weight:normal;
}
#frm dt {
	font-weight:bold;
	float: left;
	width: 75px;
	text-align: right;
}
#frm {
	padding: 3px;
	margin: 3px;
	clear: both;
	border: 1px solid #000;
	width: 475px;
}