/* CSS Document */

.layoutLR .leftArea {
	float:left;
	width:530px;
}
.layoutLR .rightArea {
	float:right;
	width:410px;
}

.txtLead {
	font-size:117%;
	font-weight:bold;
}

table.bookTbl th {
	text-align:left;
	font-weight:bold;
	padding:0px 10px 2px 0px;
	vertical-align:top;
}
table.bookTbl td {
	text-align:left;
	padding:0px 0px 2px 0px;
	vertical-align:top;
}





.layoutLR :after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


