@charset "UTF-8";
/* CSS Document */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,em,
img,
table,th,td,
dl,dt,dd,
form,
address {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	text-align: left;
	border-collapse: collapse;
}

ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-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%;
}
