/* 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) */
a img, iframe { border: 0; }
	
/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}