@import url(header1.css);
body {
	background-image: url(bckgrnd4.png);
}
div#main {
	margin-left: auto;
	margin-right: auto;
	width: 38em;
}
div#main.wide {
	width: auto;
	text-align: center;
}
table.chart {
	border: thin solid;
}
table.credits th {
	text-align: left;
}
th.head {
	border: thin solid;
}
th.patron {
	border: thin solid; 
	text-align: left;
}
td.numeric {
	border: thin solid; 
	text-align: right;
}
table.bottom {
	width: 100%; 
	border-top: double; 
	padding-top: 1em; 
	border-bottom: double; 
	padding-bottom: 1em;
}
table.bottom td {
	width: 20%; 
	text-align: center;
}
table.bottom img {
	border: medium solid;
	height: 44px;
}
table.bottom img.external {
	border: 0;
	height: auto;
}
p.bottom {
	text-align: center;
	border-top: double; 
	padding-top: 1em; 
	border-bottom: double; 
	padding-bottom: 1em;
}
img.new {
	border: 0; 
	width: 31px; 
	height: 12px; 
	vertical-align: middle;
}
img.changed {
	border: 0; 
	width: 40px; 
	height: 12px; 
	vertical-align: middle;
}

