html, body, div, span, p, br, table, th, tr, td, img, code, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
.clearfloat{
	clear:both;
}
body {font-family: sans-serif;
}
hr {
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-bottom: solid 1px #808080;
	border-right-style: none;
	border-left-style: none;
	clear:both;
}
a {
	color: #808080;
	text-decoration: underline;
	font-weight: normal;
	padding: 0;
	margin: 0;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}
a:hover {
	color: #B8B8B8;
	text-decoration: underline;
}
a.img {
	border:none;
	outline:none;
}
small {
	font-size:80%;
}
ol, ul {
	list-style: none;
}
li {
	display:block;
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.inline-block {
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	zoom:1;
}