/* Global text Styles */

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color:#4C4C4C;
	}
	
* a {
	text-decoration:none;
	color:#8A1916;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom:1em;
	}
	
a img {
	border: none;
	}
	
.bold {
	font-weight:bold;
	}
	
h1 {
	font-weight: bold !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	}
	
h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0.3em;
	}

ul {
	margin: 0;
	padding: 0;
	}
	
ul.intro li {
	margin-left: 10px;
	margin-bottom: 0.2em;
	list-style-image: url(../images/dash.png);
	}

* html ul.intro li {
	margin-left: 15px;
	}
	
ul#faders {
	margin: 0;
	padding: 0;
	left: -10px;
	}
ul#faders li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 222px;
	height: 116px;
	display:block;
	}
	
	ul#faders li p {
		margin-top: 40px;
		margin-left: 8px;
		margin-right: 8px;
		}
	
#one {
	background: transparent top left no-repeat url(../images/hdr/fin_services_hdr.gif);
	}
#two {
	background: transparent top left no-repeat url(../images/hdr/one2one_hdr.gif);
	}
#three {
	background: transparent top left no-repeat url(../images/hdr/jointheclub.gif);
	}
	
	ul#news li {
		list-style: none;
		margin-left: 15px;
		padding-top: 1px;
		}
	
	ul#news li a {
		color: #644C94;
		font-size: 10px;
		font-weight: normal;
		cursor: pointer;
		}
		
	ul#news li a:hover {
		text-decoration: none;
		}
		
	ul#stores {
		margin-bottom: 1em;
		}
		
	ul#stores li {
		margin-left: 15px;
		margin-bottom: 0.2em;
		}
		
	* html ul#stores li {
		margin-left: 20px;
		}
		
	ul.gen, ol {
		margin-bottom: 1em;
		}
		
	ul.gen li  {
		margin-left: 15px;
		margin-bottom: 0.2em;
		}
		
	* html ul.gen li {
		margin-left: 20px;
		}
		
	* html ol li {
		margin-left: 10px;
		}
		
	ol {
		margin-left: 0;
		}
		
	ol li {
		margin-left: 10px;
		}
	div#loginWrapper p {
		margin-bottom: 2px;
		margin-top: 5px;
		}
		
table.bankdetail {
	margin-top: 2px !important;
	margin-bottom: 1em;
	}
		
table.bankdetail td {
	text-align:left;
	vertical-align: top;
	}
	
.purple { color: #644C94; }