@charset "utf-8";
/* CSS Document */

/*
URL http://developer.yahoo.com/yui/reset/
*/

html{
	overflow-y: scroll;
}

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,button{
	  
	margin:	0px;
	padding: 0px;
} 

body{
	background-color: #FFFFFF;
}

table{
	 
	border-collapse : collapse;
  text-align : left;
  vertical-align : super;
} 

fieldset,img{
	  
	border: 0px;
}

img{
	/*display: block;*/
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,strong,th,var{
	 
	font-style: normal;
	font-weight: normal;
} 

ol,ul{
	 
	list-style: none;
} 

caption,th{
	 
	text-align: left;
} 

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
} 

q::before,q::after{
	content:'';
}

abbr,acronym{
	border: 0px;
}

button{
	border: 0px;
	background-color: #FFFFFF;
	cursor: pointer;
}
