@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 150%;
}

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;
}

ul,ol,li {
	list-style-type: none;
}

img {
	border: 0px;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
