@CHARSET "ISO-8859-1";

#copy {
	/*position:relative;*/
}

.faqtitle {
	display:block;
	width:728px;
	border:0px;
	padding-left:10px;
	background:url(../images/chromebar.gif) no-repeat;
	font-size:18px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#777;
	clear:both;
	cursor: pointer;
	margin-left:-10px;
}
.FAQ { display:none; position:relative;}

.question { cursor: pointer; text-align:justify; }
.answer {
	cursor: auto;
	border: 1px solid #e1e1e1;
	padding: 2px;
	display:none;
	position:relative;
	width:692px;
}
.answer p {
	color: #444;
	background:url(../images/sub_copy_bg.jpg) repeat-x;
	padding:4px 4px 4px 10px;
}
.answer p ul { color: #444; }
.answer ul { color: #444; }
.answer ol { color: #444; margin-left: 30px; }
.answer a { color: #444; }

.c { position:absolute; z-index:10;}
.t {
	top:-1px;
}
.b {
	bottom:-1px;
}
.l {
	left:-1px;
}
.r {
	right:-1px;
}