table.centered {
	margin-top: 0px;
	margin-bottom: 5px;
}
table.centered td {
	padding-top: 6px;
	padding-bottom: 6px;
}

#popupFaq span.enlarge {
	font-size: 18px;
	color: #f44a4a;
}

div.faqContent {
	display: none;
}
span.faqTitle {
	font-weight: bold;
}
ul.listFaq {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
ul.listFaq span.qNum {
	color: #f44a4a;
	font-weight: bold;
}
ul.listFaq span.bullet {
	float: left;
	width: 35px;
}
ul.listFaq li span.faqTitle:hover {
	text-decoration: underline;
	color: #999999 !important;
}
ul.listFaq li span.selected {
	text-decoration: underline;
	color: #999999 !important;
}
ul.listFaq li {
	/*background: transparent url(/_images/bulletMainSub_v2.gif) no-repeat scroll 0 3px;*/
	padding: 0px 0px 15px 0px;
}
ul.listFaq li span.faqTitle {
	cursor: pointer;
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}
#backgroundPopup{
	display: none;
	position: fixed !important;
	position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #cecece;
	z-index: 400;
}
#popupFaq{
	display: none;
	position: fixed !important;
	position: absolute; /* hack for internet explorer 6*/
	/*height: 325px;*/

	width: 950px;
	height: 600px;
	background: #FFFFFF;
	/*border: solid 3px #E1E1E1;*/
	z-index: 401;
	padding: 12px;
	padding-bottom: 25px;
	background: url(/_images/faq/faq-popup-bg-fat.gif) no-repeat;
}
#popupFaq .body {
	/*border: 1px solid black;*/
	position: relative;
	top: 38px;
	left: 140px;
	width: 715px; 
	height: 353px;
	overflow: auto;
}
#popupFaq .body p.sup {
	margin-top: 0px;
	margin-bottom: 0px;
}
#popupFaq div.pack p {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popupFaq .body span.faqTitle {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 14px;
}
#popupFaq .body ul {
	margin-left: 30px;
	padding-left: 0px;
	list-style-image: url(/_images/bullet-db-arrow.gif);
	list-style-position: outside;
}
#popupFaq .body ul li {
	background: none;
	line-height: 18px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;

}
#popupFaqPrev, #popupFaqNext, #txtPageInfo {
	text-decoration: none;
	position: absolute;
/*	top: 390px;*/
	top: 407px
}
#popupFaqPrev:visited, #popupFaqNext:visited {
	color: #0050b1;
}
#popupFaqPrev:hover, #popupFaqNext:hover {
	color: #006bed; 
}
#popupFaqPrev {
/*	left: 360px;*/
	left: 185px;
}
#popupFaqNext {
/*	left: 524px;*/
	left: 345px;
}
#popupFaqClose{
	right: 70px;
	top: 75px;
	width: 31px;
	height: 33px;
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
}
#popupFaqIcon{
	left: 30px;
	top: 75px;
	width: 105px;
	height: 72px;
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}
#txtPageInfo {
/*	left: 420px;*/
	left: 245px;
	color: #555555;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

