/* Deposits & Widthdrawals*/
#PageContent DIV.deposit-withdraw {
	padding: 30px 15px;
	border-bottom: 1px solid #efefef;
}
#PageContent DIV.deposit-withdraw H3 {
	background-color: #f4f4f4;
	font-family: Impact;
	font-size: 24px;
	font-weight: normal;
	color: #4ea3d6;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #efefef;
	border-left: none;
	clear: both;
}
#PageContent DIV.deposit-withdraw H3 IMG {
	float: right;
	vertical-align: middle;
}
#PageContent DIV.deposit-withdraw H3 SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
	vertical-align: top;
}
#PageContent DIV.deposit-withdraw UL {
	margin: 10px 0 10px 0;
	padding: 0;
}
#PageContent DIV.deposit-withdraw LI {
	color: #444;
	margin: 5px 10px 5px 30px;
	padding: 0;
}
#PageContent DIV.deposit-withdraw P {
	text-align: justify;
}
#BankingOptions {
	width: 500px;
	height: 25px;
	margin: 0 auto 15px auto;
}
#BankingDeposits,
#BankingWithdrawals {
	width: 250px;
	height: 35px;
	float: left;
}
#BankingOptions DIV.tab {
	font-family: Impact;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
	width: 250px;
	height: 35px;
	cursor: pointer;
}
#BankingOptions DIV.tabfocus {
	background-color: #a13d02;
	background-image: url(../images/general/arrow-bottom.gif);
	background-position: 50% 100%; 
	background-repeat: no-repeat;
	color: #fff;
}
#BankingOptions DIV.tabhold {
	background-color: #ededed;
	color: #741414;
}