@charset "UTF-8";
 
/* =======================================
 
	Browser Reset CSS
	Last Up Date 10/02/03
 
========================================== */
 
html{
	overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
    
body{ 
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

hr {
	display: none;
}
a {
	outline : 0;
	text-decoration: none;
}
 
img {
	border: 0;
	vertical-align: bottom;
}
 
h1,h2,h3,h4,h5,h6 {
	clear: none;
}
 
h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
 
ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	margin: 0px;
	padding: 0px;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
th,td {
	text-align: left;
	vertical-align: top;
}
 
input,select,textarea {
	font-size: 100%;
	font-family: "", sans-serif;
}
 
pre,code,kbd,samp,tt {
	font-family: monospace;
}
 
.clearfix {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clear {
	clear: both;
}
