body {
	background: #fff;
	padding:0;
	margin:0;
}

body, table, td {
	color: #666;
	font-size: 13.2px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #ccc3be;
	padding: 3px 5px;
}

td:first-child, th:first-child {
	width: 19px;
}

th[colspan="2"], th[colspan="3"] {
	display:none; 
}

a {
	color: #575353;
	text-decoration: none;
}

th {
	padding: 8px 5px; 
	background-color: #747474; 
	border-width: 1px; 
	border-style: solid; 
	border-color: white; 
	font-size: 1em; 
	font-weight: bold; 
	text-align: left; 
	color: white;
}

th a, th a:hover {
	color: #fff;
}

a:hover {
	color: #dc002e;
	text-decoration: underline;
}

hr { 
	clear:both; 
	border: 0;
}

h1 {
	font-size: 1.1em;
}

.return {
	position: absolute;
	top: 0;
	right: 0;
}