@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,fieldset,legend,label{
     margin: 0px;
     padding: 0px;
     font-style: normal;
     font-weight: normal;
}
input,select,textarea{
     margin: 0px;
		 font-weight:normal;
		 font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
ul,ol{ list-style:none;}
img{ border: 0px; vertical-align: bottom;}
a:focus{ outline:none;}
sup{ vertical-align: top;}
sub{ font-size: x-small; vertical-align: text-bottom; padding-right: 3px;}


