/*--------------------------------------------------------------------
	Reset
--------------------------------------------------------------------*/
	
	* {
		margin: 0;
		outline: none;
		padding: 0;
		text-decoration: none;
	}
	
	body {
		font: 82%/140% 'arial', 'helvetica', sans-serif;
	}
	body * {
		font: 100%/140% 'arial', 'helvetica', sans-serif;
	}
	
	input,
	table * {
		font-family: 'helvetica neue', 'helvetica', sans-serif;
	}
	
	img {
		border: none;
		vertical-align: middle;
	}
	
	ol,
	ul {
		list-style: none;
	}
	
	strong {
		font-weight: bold;
	}
	em {
		font-style: italic;
	}
	
/*------------------------------------------------------------------*/