.book-page {
	width:810px;
	height: 920px;
	background-color: #FFF;
	border: 1px solid #000;
	margin-bottom:5px;
	padding:8px;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;	
}
.book-button {
	border: 1px solid #000;
	background-color: #FFF;
	position:absolute;
    z-index: 2;
	top:5px;
	height:20px;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
.book-button a {
	color: #000;
	text-decoration: none;	
}

.imgindent {
	margin-left: 20px;	
}
#page_table_of_contents a {
margin-left: 20px;
}

.book-page-title {font-size:24px;font-weight:bold;}
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 850px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #E7EADE;
	padding: 15px;
	z-index:1;
	border: 1px solid #000;
}

@media print {
body {
	font-size:14pt;
}

}
