/*---------------------------------------------------------------------------*/
	
	/* @group Defaults */
	
	* {
		font-style: normal;
		font-weight: normal;
		list-style: none;
		margin: 0;
		padding: 0;
		text-decoration: none;
		vertical-align: baseline;
	}
	body {
		background: #ffffff;
		color: #000000;
		font: 80%/100% 'lucida grande', 'helvetica', 'arial', sans-serif;
	}
	body * {
		color: inherit;
		font: 1em/100% 'lucida grande', 'helvetica', 'arial', sans-serif;
	}
	
	q:before,
	q:after,
	blockquote:before,
	blockquote:after {
		content: "";
	}
	blockquote {
		margin: 0 0 0.5em;
	}
		
	fieldset {
		border: none;
	}
	
	img,
	a img {
		border: none;
		vertical-align: bottom;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	.clear {
		clear: both;
	}
	
	/* @end */
	
/*---------------------------------------------------------------------------*/	
