body {
	font:62.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#b6b6b6;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:14px;
}

input, textarea, select, option {
    font:1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#000;
}

a {
    border-bottom:2px solid #411f04;
    text-decoration:none;
    color:#fe7100;
}
a:hover,
a:focus,
.hover a {
    border-bottom:2px solid #fe7100;
}
a:focus {
	outline:1px dotted invert;
}

sup {
	font-size:.8em;
	vertical-align:top;
}

strong {
    color:#fff;
}

h1 {
    border-bottom:7px solid #fff;
    text-transform:uppercase;
    margin-bottom:16px;
    font-weight:normal;
    letter-spacing: 0;
    line-height:2.4;
	margin-top:33px;
	font-size:1.4em;
	color:#fff;
}

h2 {
    text-transform:uppercase;
	margin-bottom:4px;
    font-weight:bold;
	font-size:1.1em;
	color:#fff;
}

h3 {
	font-size:1.1em;
}
h4, h5, h6 {
	font-size:1em;
}

ol {
	padding:0 0 0 30px;
	list-style:decimal;
	margin:0 0 8px;
}

ul {
	padding:0 0 0 30px;
	list-style:disc;
	margin:0 0 8px;
}

legend {
    display:none;
}

blockquote {
    font-style:normal;
    padding:0;
    margin:0;
}
hr {
	border:0 #fff solid;
	border-top-width:1px;
	position:relative;
	margin:22px 0 16px;
	clear:both;
	height:0;
}