@charset "utf-8";
/* CSS Document */

.FAQ ol {

	list-style-type: none;
	margin:0px;
	padding:0px;
	text-indent:26px;
}
.FAQ ol li {

	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0052A3;
	font-size: 16px;
	background-image: url(/images/Q.gif);
	background-repeat:no-repeat;
	background-position: -1px 0;
	
}
.FAQ ol li p {
	background-image: url(/images/A.gif);
	background-position: 23px -3px;
	background-repeat: no-repeat;
	text-indent: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding-left:20px;
}
