/* 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;
}