body {
	margin: 0px;
	background: #eee;
}

body, td {
	font-family: verdana, sans-serif;
	font-size: 9pt;
}

a {
	color: #900;
	text-decoration: none;
}

#page {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 16px;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

	#page a:hover {
		text-decoration: underline;
	}

#head {
	padding: 32px 0px;
	padding-left: 56px;
	background: url(images/starburst.png) no-repeat left;
	font-family: optima, verdana, sans-serif;
	font-size: 10pt;
	color: #333;
}

	#head a {
		color: #333;
	}

#path {
	padding: 8px 1em;
	border-top: 3px solid #ccc;
	border-bottom: 1px dashed #ccc;
	text-transform: uppercase;
	font-size: 7pt;
}

	#path a {
		color: #333;
	}

#deck {
	padding: 16px;
	padding-left: 144px;
	border-bottom: 1px dashed #999;
}

	#deck a {
		color: #666;
	}

	#deck h1 {
		font-family: optima, verdana, sans-serif;
		font-size: 15pt;
		font-weight: bold;
		color: #666;
	}

	#deck p {
		line-height: 12pt;
		color: #333;
	}

#body {
	padding: 16px 0px;
}

	#body a {
		text-decoration: underline;
	}

	#body p {
		line-height: 12pt;
		text-indent: 1em;
	}

	#body p.note {
		padding: 4px;
		padding-left: 48px;
		background: #fcc url(images/arrowr.png) no-repeat 16px center;
		border: 1px solid #c99;
		text-indent: 0;
	}

	#body p.pong {
		text-indent: 0;
		font-size: 8pt;
	}

	#body h1 {
		font-size: 10pt;
	}

#foot {
	padding: 2ex 0ex;
	border-top: 1px solid #999;
	font-size: 7pt;
	color: #666;
}

	#foot a {
		color: #333;
	}

.figure {
	margin-top: 4ex;
	margin-bottom: 4ex;
	margin-left: 56px;
	padding-left: 16px;
	border-left: 1px solid #ccc;
}

table.data {
	border: 1px solid #333;
}

	table.data thead tr td {
		background: #999;
		border-bottom: 1px solid #666;
		font-weight: bold;
	}
	table.data tbody tr.a td {
		background: #ddd;
	}
	table.data tbody tr.b td {
		background: #eee;
	}
	table.data tbody tr.c td {
		background: #ccc;
		border-bottom: 1px dashed #666;
	}

table.list {
	width: 100%;
	border: 1px solid #300;
}

	table.list thead tr td {
		background: #c99;
		font-weight: bold;
	}
	table.list tbody tr.a td {
		background: #edd;
	}
	table.list tbody tr.b td {
		background: #fee;
	}
	table.list tbody tr.c td {
		background: #fcc;
		border-top: 1px solid #633;
		border-bottom: 1px dashed #633;
	}

.figure img {
	padding: 4px;
	background: #eee;
	border: 1px solid #333;
}

.figure .caption {
	width: 320px;
	margin-top: 1ex;
	font-size: 8pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
	font-size: 8pt;
}

ul.tbl {
	margin: 0 0 16px;
	padding: 0;
	border-width: 0px 1px 1px 1px;
	border-color: #333;
	border-style: solid;
	background: #eee;
}

	ul.tbl li {
		list-style-type: none;
		padding: 4px 1em;
		font-size: 8pt;
	}
	ul.tbl li.head {
		background: #ddd;
		border-top: 1px solid #333;
		border-bottom: 1px dashed #333;
		font-weight: bold;
	}
