@charset "UTF-8";
/* RESET ALL ELEMENT STYLES */

*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}
html{
	color:#000;
	background:#FFF;
}
body{
	font-size:62.5%; /* RESETS TO APPROX 10px*/
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{
	text-decoration:none;
	color:#000;
}
fieldset,
img,
a img{
	border-width:0;
}
address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
var{
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
	vertical-align:bottom;
}
caption,
th{
	text-align:left;
}
abbr,
acronym{
	border:0;
	font-variant:normal;
}
input,
textarea,
select,
table{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
table,
td{
	border:0;
}
td{
	vertical-align:top;
}
legend{
	color:#000;
}
q:before,
q:after{
	content:''; /*NOT supported by legacy browsers */
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
