@charset "utf-8";
/* CSS Document */
html { font-size:100.01%; }

body, div, span,  object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, address,code,em, font, img,
small, strong, ol, ul, li,
fieldset, form, label, 
table,tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
