/*	GAP 2008 CSS

	Developer: Luke Mourino

	_TOC_
		1.	General
		2.	Headings
		3.	Fonts 
		4.	Form
*/

/*	GENERAL		*/

html {
	color: #666;
}

body {
	text-align: left;
	font-family: sans serif, arial, helvetica;
	font-size: 12pt;
}

p {
	font-size: 14pt;
	text-align: left;
}

p.horiz-width {
	padding-bottom: 1.5px;
}

.header-image {
	margin-top: 10px;
}

.no-print {
	position: absolute;
	left: -999999px;
	display: none;
}



.js_required {
	display: none;
}

/*	HEADINGS		*/

h1 {
	/*height: 71px;*/
	font-size: 26pt;
	text-align: left;
	
}

.for_print {
	display: block;
}

h2.horiz {
	font-size: 28pt;
	text-align: left;
	background: none;
}



.uber-tandcs {
	margin-top: 1em;
	padding-top: 1em;
	font-size: 10pt;
	border-top: 1px solid #666;
	width: 720px;
}

.voucher_code {
	font-size: 18pt;
	font-weight: bold;
}

.voucher_terms {
	font-size: 10pt;
}
.logo { 
	display: none !important;
}

.header-image { width: 600px; height: 296px; }

/* email box */
.underline { float: left; clear: both; border: solid 1px #666; padding: 30px; margin: 0 0 10px; width: 600px; }
