* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 9pt;
	color: #8e8e8e;
	background-color: #e0e0e0;
	line-height: 11pt;
}

a {
	border: 0px;
	color: #8e8e8e;
	text-decoration: none;
	outline: 0px;
}

h1 {
	font-size: 20px;
	margin: 25px 0px 20px 0px;
	color: #343434;
	text-shadow: #f8f8f8 0px 1px 0px;
}

h1.first {
	margin-top: 5px;
}

.dotted:hover {
	color: #b4b4b4;
	border-bottom: 1px dotted;
	cursor: pointer;
}

span.bold {
	color: #848484;
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	list-style-type: square;
	margin: 0px 0px 15px 20px;
}

#container {
	position: relative;
	margin: 10px 0px 0px 10px;
}
