/*
©2010 Humaan
www.humaan.com.au

Description : Print Stylesheet

*/


html {
	height: 100%;
}

body {
	height: 100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #2F2F2F;
	background: #fff;
}

select,input,button,textarea{
	font: 99% helvetica, arial, clean, sans-serif;
}

table{
	font-size: inherit;
	font-size: 100%;
}

pre, code, kbd, samp, tt{
	font-family: monospace;
	line-height: 100%;
}

/* @end */
/* @group FORMATTING */

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0;
	padding: 0 0 .856em;
}

h1, h2, h3, h4{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}

h1 {
	font-size: 240%;
}

h2 {
	font-size: 220%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-family: ff-kievit-web, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	padding-top: .47em;
}

h6 {
	font-size: 80%;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	border: none;
}


p, ul, ol, figure {
	padding-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0;
}

ul{
	list-style: square;
	padding: 0 1.2em .8em 2.5em;
}

ul li{
	margin-bottom: .37em;
}


a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #D4E3EB;
	font-weight: 500;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #ccc;
}

strong{
	font-weight: bold;
}


.continue,form, #methods, nav {
	display: none;
}