/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font: normal .84em arial, helvetica, sans-serif;
}

#Logo h1 {
	display: none;
}

#Nav {
	display: none;
}

#ThumbArrows {
	display: none;
}

#Utilities {
	display: none;
}

table {
	text-align: left;
}

table th {
	padding: 20px 0;
}

table td {
	padding: 0 0 10px 0;
}

