/* index

	- globalNavigation
	- pageTitle
	- list

----------------------------------------------- */


/* globalNavigation
----------------------------------------------- */
#globalNavigation li a#card {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 70px;
	height: 40px;
	text-indent: -9999px;
	background: url(../../shared/img/global.gif) no-repeat -323px -40px;
}


/* pageTitle
----------------------------------------------- */
#pageTitleA h2 {
	margin: 0;
	padding: 0;
	width: 610px;
	height: 100px;
	background: url(../../shared/img/card_title.gif) no-repeat;
	float: left;
}

#pageTitleA h2#cashcard {
	margin: 0;
	padding: 0;
	width: 610px;
	height: 55px;
	background: url(../../shared/img/card_cashcard_title.gif) no-repeat;
	float: left;
}

#pageTitleA h2#jacard {
	margin: 0;
	padding: 0;
	width: 610px;
	height: 55px;
	background: url(../../shared/img/card_jacard_title.gif) no-repeat;
	float: left;
}

#pageTitleA h2#jacardallinone {
	margin: 0;
	padding: 0;
	width: 610px;
	height: 55px;
	background: url(../../shared/img/card_jacardallinone_title.gif) no-repeat;
	float: left;
}


/* list
----------------------------------------------- */
ul.normal {
	margin: 10px 0px 0px 20px;
	padding: 0;
	list-style: disc;
	text-indent: 0;
}

.pageBlockBox ul.normal {
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style: disc;
	text-indent: 0;
}

ul.number ul.normal {
	margin: 3px 0px 0px 20px;
	padding: 0;
	list-style: disc;
	text-indent: 0;
}

.pageBlockText5 ul.normal {
	margin: 3px 0px 10px 20px;
	padding: 0;
	list-style: disc;
	text-indent: 0;
}

