@charset "UTF-8";
/* CSS Document */

/* Neutralize! */

/* Remove implicit browser styles to have a neutral starting point:- No elements should have implicit margin/padding
	 - No underline by default on links (we add it explicitly in the body text)
	 - Browsers are inconsistent about hX/pre/code, reset
	 - Linked images should not have borders
*/
	html {
		font-size:62.5%;
	}
	
	body * {
		min-height:1px; 
		font-size:1.000em; 
		line-height:1.122em;
	}
	
	* {
		margin-top:0; 
		margin-right:0; 
		margin-bottom:0; 
		margin-left:0;
		padding-top:0; 
		padding-right:0; 
		padding-bottom:0; 
		padding-left:0;
		}

	* :link, 
	* :visited {
		text-decoration:none; 
		}

	* ol {
		margin-left:3em;
		font-size:1.000em; 
		list-style:decimal; 
		}
	* ul {
		display:block;
		margin-left:1.414em;
		font-size:1.000em; 
		list-style:disc; 
		}

	* li {
		display:list-item; 
		padding-top:0.125em;
		padding-bottom:0.375em;
		}

	* h1, 
	* h2, 
	* h3, 
	* h4, 
	* h5, 
	* h6, 
	* pre, 
	* code, 
	* p {
		font-size:1em; 
		background-color:transparent; 
		color:#000000; 
		}

	* a img, 
	* :link img, 
	* :visited img {
		border:none; 
		} 

	* td {
		vertical-align:top; 
		background-color:transparent; 
		color:#000000; 
		} 
	
	p {
		line-height:1.259em; 
		margin-top:0em; 
		margin-right:0em; 
		margin-bottom:0.707em; 
		margin-left:0em; 
		}

	h1, h2, h3, h4, h5, h6 {
		margin-top:0.500em; 
		margin-right:0em; 
		margin-bottom:0.250em; 
		margin-left:0em; 
		font-weight:bold; 
		line-height:1.259em; 
		}
	h1 {
		font-size:2.000em; 
		}
	h2 {
		font-size:1.782em; 
		}
	h3 {
		font-size:1.587em; 
		}
	h4 {
		font-size:1.414em; 
		}
	h5 {
		font-size:1.259em; 
		}
	h6 {
		font-size:1.000em; 
		font-style: italic; 
		}