html {
	color:#000;
	background:#FFF;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin:0;
	padding:0;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select{
	border: 1px solid black;
	*font-size:100%; /* IE Hack */
}
legend{
	color:#000; /* IE Hack */
} 
label, legend {
	font-weight: normal;
}




