
td {
	vertical-align: top;
	line-height: 20px;
}
td.year {
	color: #1155aa;
	text-align: right;
	padding-right: 5px;
}

.BookTable {
	margin: 0;
	padding: 0;
	border: #15a solid 1px;
	background-color: #eff;
}

th.top {
	text-align: center;
	color: #15a;
	background-color: #9cf;
	height: 20px;
}

th.title {
	text-align: center;
	background-color: #39f;
	height: 30px;
	color: #fff;
}

th.left {
	color: #15a;
	border-bottom: #6af solid 1px;
}

th.leftW {
	color: #15a;
	background-color: #fff;

}

td.Book {
	text-align: center;
	color: #15a;
	border-bottom: #6af solid 1px;
	border-left: #aef solid 1px;
}

td.BookW {
	text-align: center;
	color: #15a;
	background-color: #fff;
}

img.PhotoRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
img.PhotoLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}