* {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#353535;
	font-size:12px;
	line-height:19px;
}

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h1 a { 
	font-family:Arial; 
	color:#ff8400; 
	text-align:left;
	font-weight:normal;
	font-size:19px;
	line-height:23px;
	padding:0;
}
h1 a { font-size:27px; }
h3 { font-size:18px; }


p {
	margin-top:0px;
	margin-bottom:15px;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	padding:0;
	margin:0;
	border-top:1px solid #343434;
}

a {
	color:#ff8400;
	outline:none;
	text-decoration:none;
}
	a:hover {
		color:#d46e01;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

img {
	border:0;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}


