* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
header, footer, section, aside, nav, article {
	display: block;
}
html {
	background: #fff;
	font-family: 'gothic', sans-serif;
}
html, body {
	color: #000;
	font-family: 'gothic', sans-serif;
	font-size: 13px;
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* PARAGRAPH STYLES */

p {
	font-size: 13px;
	font-family: 'gothic', sans-serif;
}
H2, H3, H4, H5 {
	font-size: 100%;
	font-weight: normal;
}
H1 {
	font-size: 17px;
	padding: 10px 0px;
	font-family: 'gothic', sans-serif;
	line-height: 20px;
	font-weight: bold;
}
H2 {
}
H3 {
}
H4 {
}
A {
	text-decoration: none;
	word-wrap: inherit;
}
/*A:visited{ text-decoration:none; color:#;}*/

A:hover {
	color: #F33600;
	text-decoration: none;
}
/*A:active { text-decoration:none; color:#;}*/

A:focus {
	outline: none;
}
:focus {
	outline: 0;
}
fieldset, img {
	border: 0;
}
q:before, q:after {
	content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.clear {
	clear: both;
	display: block;
}
.lF {
	float: left;
}
.rF {
	float: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
/* HEADER TEXT */





ul {
	margin: 0;
	padding: 0;
}
.no-border {
	border: none!important;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0px!important;
}
