@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background-color:rgba(0,0,0,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:rgba(255,255,255,1.00);
	line-height: 1;
}
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;
}
hr {
	clear: both;
    display: block;
    height: 1px;
    border:0;   
    border-top: 1px solid rgba(239,0,0,1.00);
    margin: 1.5em 0 0 0;
    padding: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
h1 {
	font-style: normal;
}
.h1Header {
	font-size: 2em;
	color: rgba(249,166,0,1.00);
	font-weight: 200;
	margin: 0 0 .2em 0;
}
.container {
	width: 100%;
	margin: 0 auto;
}
section {
	width: 100%;
	margin: 0 auto;
    text-align: center;
}
p {
    margin: 1.5em 0 0;
    padding: 0 2em .5em 2em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 200;
    line-height: 1.6em
}
p a:link {
	color: rgba(220,7,0,1.00);
	text-decoration: none;
	font-size: 1.2em;
}
p a:visited {
	color: rgba(220,7,0,1.00);
	text-decoration: none;
	font-size: 1.2em;
}
p a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 1.2em;
}
p a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 1.2em;
}
