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;
}
a:hover
{
	color: #B8B8B8;
	text-decoration: underline;
	-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;
}
small{font-size:80%}
ol, ul
{
	list-style: none;
}

li
{display: block; margin:0; padding:0;}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}