html { }
body { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 30px 0; background: #e0e2ea; }

h1 { font-size: 14px; }
h2 { font-size: 12px; color: #FC761C; margin: 12px 0 0 0; }
h3 { font-size: 12px; margin: 12px 0 0 0; }

p { font-size: 12px; margin: 4px 0 12px  0; }

a { color: #3300FF; }

ul, ol { padding-left: 14px; }
ul li, ol li { font-size: 12px; color: #FC761C; }
ul li span, ol li span { color: #000; }

.footnote { font-size: 10px; }

.bigbutton
{
	display: block; float: left; width: 110px; height: 70px;
	font-size: 14px; text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 10px;
	background: #FC761C; color: #fff;
	text-decoration: none;
	border: solid 4px #000;
	font-weight: bold;
}
.bigbutton:Hover
{
	background: #999;
	color: #000;
}

ul.nav { margin: 0; padding: 0; list-style-type: none; }
ul.nav li { float: left; }
ul.nav li a { display: block; height: 18px; }

ul.nav li a.home { width: 79px; background: url(images/nav_home.gif) top left no-repeat; }
ul.nav li a.about { width: 101px; background: url(images/nav_aboutus.gif) top left no-repeat; }
ul.nav li a.shoppers { width: 165px; background: url(images/nav_mybuyforshoppers.gif) top left no-repeat; }
ul.nav li a.loans { width: 140px; background: url(images/nav_personalloans.gif) top left no-repeat; }
ul.nav li a.introducers { width: 179px; background: url(images/nav_retailers.gif) top left no-repeat; }
ul.nav li a.contact { width: 105px; background: url(images/nav_contactus.gif) top left no-repeat; }

ul.nav li.selected a { background-position: bottom left; }
ul.nav li a:Hover { background-position: bottom left; }

div.copyright {
font-family: verdana, geneva, Arial, Helvetica, sans-serif;
font-size: 0.7em;
}












