    * {
		margin: 0;
		padding: 0;
	}
	body {
		font-size: 12px;
		font-family: 'Lucida Sans', 'Lucida Grande', arial, sans-serif;
		line-height: 1.6em;
		color: #111;
		padding: 20px;
	}
	
	table {
	    width: 100%;
	    clear: both;
	}
	td {
	    font-size: 12px;
		font-family: 'Lucida Sans', 'Lucida Grande', arial, sans-serif;
		text-align: left;
		vertical-align: top;
	}
	table td:first-child {
	    width: 60px;
	}
	
	p {
	    clear: both;
	}
	
	a img {
		border: 0;
	}
	
	a, a:visited {
		color: #111;
	}
	a:hover {
		color: #444;
	}
	
	
	/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #8d8d8d;
		font-weight: normal;
		text-transform: lowercase;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited,
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
		display: block;
	}
	h1 a:hover, 
	h2 a:hover,
	h3 a:hover, 
	h4 a:hover {
		text-decoration: none;
		color: #444;
	}
	h1 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 15px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 13px;
		margin-bottom: 15px;
		font-weight: normal;
	}
	
	h4 {
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: bold;
	}