html, body
	{
	width: 100%;
	}

body
	{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
	color: #666;
	margin: 0px;
	text-align: center;
	}

table, tr, td, input, select, textarea, ol, ul
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

a img, img
	{
	border: 0;
	}

.hide
	{
	position: absolute;
	left: -1000px;
	}

a
	{
	color: #666;
	}

a:hover
	{
	text-decoration: underline;
	color: #666;
	}

h1, h2
	{
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	}

h1
	{
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 14px;
	color: #000;
	text-transform: uppercase;
	}


h2
	{
	font-size: 1.2em;
	margin-bottom: 3px;
	}

h3
	{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	}

h4
	{
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin: 5px 0 2px 0;
	}

p
	{
	margin-top: 0;
	}

#content
	{
	width: 372px;
	margin: 60px auto;
	text-align: left;
	padding: 0 20px 50px 20px;
	position: relative;
	}

#contact-details
	{
	width: 200px;
	padding-left: 1.5em;

	border-left: 2px solid #c2c2c2;
	position: absolute;
	left: 198px;
	line-height: 1.6em;


	}


a.button
	{
	display: block;
	cursor: pointer;
	cursor: hand;
	}

a.button span
	{
	position: absolute;
	left: -1000px;
	}





 .back
   {
   background: url(/images/blue_arrow_back.gif) left no-repeat;
   padding: 0 0 3px 20px;
   text-decoration: none;
   line-height: 1.2em;
   }

.back:hover, .next:hover
   {
   line-height: 1.2em;
   }

.next
    {
    background: url(/images/blue_arrow.gif) right no-repeat;
    padding: 0 20px 3px 0;
    text-decoration: none;
    line-height: 1.2em;
    }

#footer
	{
	position: absolute;
	bottom: 0;
	font-size: .9em;
	padding: 100px 0 0 8px;
	border-left: 20px solid #ccc;
	}
