/* #Reset & Basics
================================================== */
::selection { background:#e5aa05; color:#000 } ::-moz-selection { background:#e5aa05; color:#000 } code::selection { background:#e5aa05; color:#000 } code::-moz-selection { background:#e5aa05; color:#000 } pre::selection { background:#e5aa05; color:#000 } pre::-moz-selection { background:#e5aa05; color:#000 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
	text-decoration:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/* #Fonts
================================================== */
h2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#a1a1a1;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fa9919;
	font-weight:normal;
}

h4 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#a1a1a1;
}

h5 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#a1a1a1;
}

h6 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#a1a1a1;
	font-weight:normal;
}

.f-reserved {
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#a1a1a1;
}

.f-reserved-orange {
    font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fa9919;
}

.f-destination {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	text-decoration:none;
	color:#a1a1a1;
}

.h1-orange {
    font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	text-decoration:none;
	color:#fa9919;
}
