/*--- main body classes ---*/
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
}

a:link {
	color: #FF6633;
}

a:visited {
	color: #666666;
}

#page_content {

}


/*--- book layer styles ---*/
.bookdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.booktitle {
	font-size: 11px;
	font-style: italic;
	color: #FF0000;
}
.booksitelist {
	line-height: 14px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
}
.booksitelist li {
	margin-bottom: 3px;
}
.booksitelist li a:hover {
	color: #dc143c;
}
a.bookpurchase:hover {
	cursor : help;
}

/*--- footer ---*/
#footer {
	color: #c0c0c0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px; 
	text-align: right;
}

#footer a {
	color: #c0c0c0;
	text-decoration: none;
}
.smallprint {
	font-size: 9px;
}