* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: justify;
}

p {
	font: 1.2em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

img, table {
	border: none;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 0 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
}

h1 {
	font-size: 2.3em;
	letter-spacing: 2px;
}
h2 {
	font-size: 2.1em;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.7em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.25em;
}

ul, dl, ol {
	list-style: none;
}

a {
	color: #000000;
	background-color: inherit;
}
a:hover {
	text-decoration: none;
}

#container {
	margin: 16px;
	width: 640px;
}
#header li {
	margin: 0 15px 0 0;
	float: left;
}
#flashcontent, #signature {
	display: none;
}
