/* CSS Document */

body {
	background-color: #DDD;
	color: #800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px;
}
table {
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: #090;
}
a:hover {
	color: #3B3;
}
#container {
	margin: 0 auto;
	/*width: 750px;*/
}
.light {
	background-color: #E3E3E3;
}
.tdu {
	border-bottom: 1px solid #CCC;
}
.listing {
	background-color: #E3E3E3;
}
.listing h2 {
	margin-top: 0;
	border-bottom: 1px solid #CCC;
}
.listing .header {
	font-weight: bold;
	text-decoration: underline;
}