@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-y: -moz-scrollbars-vertical;
}

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

img {
	border: 0;
}

body {
	font: 13px/1.231 arial, helvetica, clean, sas-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit; font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
