@charset "utf-8";

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */


html, body, div,
h1, h2, h3, h4, h5, h6,
p, img, ul, ol, li, dl, dt, dd,
table, th, td, thead, tbody, tfoot, caption,
blockquote, pre, address,
form, fieldset, legend, iframe {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-size: 100%;
}

em, dt, th, caption {
	font-weight: normal;
}

em, address, optgroup, cite {
	font-style: normal;
}
caption {
	text-align: left;
}
 

li {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	border: 0 solid #000;
}
 
hr {
	display: none;
}




body {
	font-size: small;
}

html>/**/body {
	font-size: 13px;
}

body {
	font-size: 13px;
	*font-size: small;
    *font: x-small;
}

