@charset "utf-8";
/* CSS Document */

body{
	background:#d7d0c8;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
#container {
	width:800px;
	}
#bktop {
	background-image:url(../publications/images/book_curl_top_3fls.png); background-repeat:no-repeat;
	background-position:top;
	text-align:left; width:800px; height:240px
	}
#bkmiddle {
	background-image:url(../publications/images/bk_middle.png); background-repeat:repeat-y;
	background-position:top;
	}
#bkbottom {
	background-image:url(../publications/images/book_curl_bottom.png); background-repeat:no-repeat;
	background-position:top;
	height:120px;
	}

#chapter {
	font-size:14px; color:#684B7A; font-weight:bold;
	}

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #990099;
}
a:active {
	text-decoration: underline;
	color: #990099;
	}
/* hide from incapable browsers */
div#sizer { display:none; } 

