* {
	margin:0;
	padding:0;	
}

body {
	font-size: 14px;
	line-height:1.2em;	
}

h1 {
	font-family:Lucida Grande, Trebuchet, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 2.6em;	
	font-weight:300;
}

h2 {
	font-family:Lucida Grande, Trebuchet, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.3em;
	font-size: 1.4em;
	text-transform: uppercase;
}	

h3 {
	font-family:Lucida Grande, Trebuchet, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.5em;
	font-size: 1.2em;

}

p, ul {
	font-family:Lucida Grande, Trebuchet, sans-serif;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

h1, h2, h3, p, ul {
	margin:15px 15px;	
}

li {
	list-style:none;
	margin:2px 0;
}

a {
	color:#7e9b56;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

em {
	font-style: italic;
	padding: 0 2px;
	color: #444;
}

hr {
	display:none;	
}

div {
	margin:0;
	padding:0;	
}

