
/*
** modified from Yahoo! UI Library "reset.css" http://yui.yahooapis.com/2.5.1/build/reset/reset-min.css
** use only with valid markup
*/

*{
	margin:0;
	padding:0;
	}
html{
	color:#000;
	background:#FFF;
	}
body{
	font-size: 62.5%;
	text-align:left;
	}
table{
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,
img,
a img{
	border-width:0;
	}
h1,
h2,
h3,
h4,
h5,
h6,
address,
caption,
cite,
code,
dfn,
th,
var{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	}
li{
	list-style-type:none;
	}
caption,
th{
	text-align:left;
	}
abbr,
acronym{
	border-bottom:1px dotted #000;
	font-variant:normal;
	cursor:help;
	}
sup{
	vertical-align:text-top;
	}
sub{
	vertical-align:text-bottom;
	}
table,
input,
textarea,
select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
legend{
	color:#000;
	}
	/*
q:before,
q:after{
	content:'';
	}
	*/