/* TYPOGRAPHY */
	body {
		font-family:  arial, helvetica, sans-serif;		
		font-size: 76%;
		color: #333;
		background-color: white;
	}
	a:link {
		color: blue;
		text-decoration: underline;
		font-weight: bold;
		display: inline;
	}
	a:visited {
		color: purple;
		text-decoration: underline;
		font-weight: bold;
		display: inline;
	}
	a:hover {
		color: blue;
		text-decoration: none;
		font-weight: bold;
		display: inline;
	}
	a:active {
		color: blue;
		text-decoration: underline;
		font-weight: bold;
		display: inline;
	}

	
	h1 {
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.4em;
		
		margin: 0 0 0.5em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}
	h2 {
		font-size: 1.4em; /*1.8*/
		font-weight: bold;
		line-height: 1.4em;
		
		margin: 0 0 0.25em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}
	h3 {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.4em;
		
		margin: 15px 0 0.25em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}

	img {
		border: 0;
	}
	
	p {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
	}
	
	hr {
		display: none;
	}
	
	

