/* RESETS
----------------------------------------- */

	
	body {
		font-size: 100%;
		line-height: 1;
	}
	
	html * {
		font-weight: inherit;
		font-style: inherit;
		list-style: none;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	table {
		border-spacing: 0;
		
	}

	caption,
	table th {
		text-align: left;
	}

	q:before,q:after {
	 	quotes: none
	}
	
	a img {
		border: none;
	}
	
	
/* Accessibility */

	.hidden {
		text-indent: -900000px; /* accessible visibility:hidden - read by screenreaders  */
	}
	
	.removed {
		left: -900000px; /* accessible display:none - read by screenreaders */
		position: absolute;
		width: 100px;
	}
	