/*	This style sheet contains elements for the ctpress web site
	

*/
body {
	font-family: times,serif;
}
.creditBlock {	/* bottom of page */
	margin-top:1em;
	font-family: arial;
	font-size:x-small;
	font-style: italic;
	text-align:left;
	width:700px;
	}
.ctpheader {	/* Main CTP header */
	width: 240px;
 	font-size: 24pt; 
 	font-family: Arial,Helvetica,sans-serif;
 	font-style: normal;
 	font-weight: 500;
 	margin-top:0;
	margin-right: 50pt;
	clear:left;
	float:left;
	}
.mainbody {		/* body of main pages */
	background-image: url('Images/Gray_Textured.bmp');
	}
.bookbody {		/* body of individual book pages */
	Background-image: url('Images/Gray_Textured.bmp');
	font-size: smaller;
	}
.booktitle {	/* title of books on book pages */
	font-size: larger;
	font-weight: bold;
 	}
.locallink {	/* links using "onclick()" */
	color: blue;
	text-decoration: underline;
	cursor:pointer;
	}
	
.cash {
	color: black;
	background-color: white;
	margin-top:5px;
	margin-bottom:5px;
	border-style: solid;
	border-width:1px;	
	padding:0px;
	border-color:#008888;
	/*width: 90px;*/
	text-align:center;
 	font-family: Arial,Helvetica,sans-serif;
 	font-style: normal;
 	font-size:smaller;
	}
.mandatory {
	font-size:large;
	color:red;
	vertical-align:top;
}