/*--STRUCTURE--*/
	body,
	div,
	dl,
	dt,
	dd,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	img,
	input,
	textarea,
	p,
	blockquote,
	th,
	td			{ margin:0; padding:0;}
	
	table		{ border-collapse:collapse; border-spacing:0; }
	
	fieldset,
	img			{ border:0; }
	
	address,
	caption,
	cite,
	code,
	dfn,
	em,
	strong,
	th,
	var			{ font-style:normal; font-weight:normal; }
	
	caption,th	{ text-align:left; }

	q:before,
	q:after		{ content:''; }
	
	abbr,acronym	{ border:0; }
/*--STRUCTURE--*/
/*--TYPOGRAPHY--*/
	html		{ background-color: #dde1e4; }
	body		{ font-size: 62.5%;  background-color: #dde1e4; color: #676767; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }

	h1,
	h2,
	h3,
	h4,
	h5,
	h6			{ font-weight: normal; margin: 0; padding: 0; }

	h1			{ font-size: 2.3em; color: #989f11; margin: 0px 0 0px 0px; font-weight: normal; text-align: left; font-style:normal; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;}
	h2			{ font-size: 2.1em; color: #989f11; margin: 0px 0 0px 0px; font-weight: normal; text-align: left; font-style:normal; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }
	h3			{ font-size: 1.9em; color: #989f11; margin: 7px 0 15px 0px; font-weight: normal; text-align: left; font-style:italic; font-style:normal; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; line-height: 1.0em;}
	h4			{ font-size: 2.2em; color: #0191b6; margin: 8px 0px 0px 0px; font-weight: normal; text-align: center; }
	h5			{ font-size: 1.4em; line-height: 1.5em; color: #11467b; margin: 0 0 10px 0; font-weight: normal; }
	h6			{ font-size: 3.0em; color: #232176; margin: 0px 0 0px 90px; font-weight: normal; text-align: left; }

	p 			{ font-size: 1.4em; line-height: 1.3em; margin: 10px 10px 10px 10px; }	
	span 		{  }	
	label 		{  }	
	
	ul			{ float: left; margin: 0; padding: 0 0 0 15px; }
	ul li			{ font-size: 1.2em; color: #11467b; margin: 0 0 10px 0; }
	
	input,
	select,
	textarea	{ font-size: 15px; color: #000000; font-family: Courier, Arial, Helvetica, sans-serif; }
	
	dl			{ margin: 0; }
	dl dt			{ font-weight: normal; }
	dd			{ margin: 0;}
	
	a, 
	a:link		{ outline: none; color: #989f11; text-decoration: none; }
	a:focus, 
	a:hover		{ outline: none; color: #00b5e3; text-decoration: none; }
	a:active	{ outline: none; }	
		
	blockquote	{ font-style: italic; }
	strong		{ font-weight: bold; }
	em,dfn		{ font-style: italic; }
	dfn			{ font-weight: bold; }
	pre,code	{ margin: 1.5em 0; white-space: pre; }
	pre,code,tt	{ font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
	tt			{ display: block; margin: 1.5em 0; line-height: 1.5; }
/*--TYPOGRAPHY--*/