html{
	width: 100%;
	height: 100%;
}
body{
	font-size: 75%;
	width: 100%;
	height: 100%;
}
/* specific styles for accessibility & SEO */
.replacedtext{
	text-indent: -100em;
	overflow: hidden;
	letter-spacing: -10em;
}
hr{
	clear: both;
	height: 0;
	width: 0;
	background-color: transparent;
	border: none;
}
/* (almost everything) */
/*
* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
*/
a img, iframe { border: 0; }
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
ul, dl, dt, dd {
	list-style: none;
}
/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: arial;
}
select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}