* {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

body {
	min-width: 38em;
	margin: 40px 0;
	color: #808080;
	background: #f0f0f0 url("f0f0f0.gif");
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main {
	margin: 0 58px;
}

h1 {
	position: relative;
	z-index: 2;

	color: #c0c0c0;

	font-weight: normal;
	line-height: 0.7917em;
	font-size: 150%;
	text-indent: 58px;
	white-space: nowrap;
}

a {
	outline: none;
}

h1 a {
	text-decoration: none;
	color: #c0c0c0;
}

h1 a:hover,
h1 a:focus {
	color: #808080;
}

h1 a:active {
	color: #c0c0c0;
}

h1 span {
	display: block;
	letter-spacing: -0.0417em;
	font-size: 150%;
	line-height: 1.3333em;
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
}

table {
	margin: 2em 0 0 -1em;
	border-spacing: 0 0.16667em;
		
	font-size: 75%;
	font-weight: bold;
	white-space: nowrap;
}

tr:first-child + tr {
	display: none;
}

th, td {
	padding: 0.5em;
	border-bottom: 1px solid #e0e0e0;
}

th {
	color: #fff;
	background: #c0c0c0;
	text-align: left;
	text-transform: uppercase;
}

th + th + th {
	text-align: right;
}

td {
	color: #c0c0c0;
	background: #f9f9f9;
}

td:first-child {
	vertical-align: middle;
}

th:first-child,
td:first-child,
td:first-child + td + td + td + td {
	background: transparent;
	border: 0;
}

td:first-child + td + td + td + td {
	display: none;
}

td a,
th a {
	display: block;
	overflow: hidden;
	padding: 0.5em;
	padding-left: 2.3333em;
	margin: -0.5em;
	text-decoration: none;
}

td a 		{ width: 24em; color: #808080; }
td a:focus,
td a:hover 	{ background-color: #fff; }
td a:active { background-color: #f9f9f9; }

th a 		{ padding-left: 0.5em; color: #fff; }
th a:focus,
th a:hover,
th a:active { background: #a0a0a0; }

img {
	display: block;
	width: 1.3333em;
	height: 1.3333em;
	position: relative;
	z-index: 10;
	left: 1.6667em;
	margin: -0.1667em -0.6667em;
}

hr {
	display: none;
}