html, body{
	width:100%;
	height:100%;
	font-size: 62.5%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, input, textarea, button, select, option, label {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	vertical-align:baseline;
	font:normal 1em/1em Verdana, Helvetica, Arial, sans-serif;
}
input[type="hidden"]{
	display:none;
}
:focus {
	outline:none;
}
body {
	line-height:1em;
	color:#605f5f;
	background:#ffffff;
	text-align:center;
	font-size:10px;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"""";
}
