body {
	background-color: #FFFFCC;
	background-position: top;
	cursor: default;
	font-size: x-small;
}
.style3 {font-size: xx-small}
.style4 {font-family: Arial; font-size:12px; font-weight:normal}
.style6 {font-size: 16px}
.style7 {font-size: medium; font-weight: bold; }
.style8 {font-family: Arial; font-size: 16px; font-weight: bold;}
.style18 {font-size: 30px;font-style: italic;}
.style19 {
	font-size: 30px;
	font-style: italic;
	color:#FFFFFF;
	font-family: Arial;
}
.style20 {font-family:Arial; font-size:14px; font-style:italic }
.style21 {font-family:Arial; font-size:14px; }
.style22 {font-family:Arial; font-size:14px; font-weight: bold}
.style23 {font-family:Arial; font-size:16px; font-weight:bold}
.style24 {font-family:Arial; font-size:16px; font-weight:bold; font-style: italic}
.style25 {font-family:Arial; font-size:14px; font-weight:bold; font-style:italic}
.style26 {font-family:Arial; font-size:14px; font-weight: normal; font-style:italic}
.style27 {font-family: Arial; font-size: 14px; color: #000000; font-weight: bold}
.style28 {
	font-family: arial;
font-size: 14px: color:#339900; 	font-weight: normal;
	font-size: 14px;
	color: #009900;
}
.style29 {font-family:Arial;font-size: 16px; font-weight: bold}
.style30 {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.style31 {font-family:Arial; font-size:14px; color:#FF0000}
.style32 {font-family:Arial; font-size:12px; color:#FF0000}
.style33 {font-size: 14px}
.style34 {font-family:Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.style35 {
	font-family: arial;
font-size: 14px: color:#339900; 	font-weight: normal;
	font-size: 10px;
	color: #009900;
}
.style36 {font-family: Arial; font-size:16px; font-weight:normal; color:#FFFFFF}
.style37 {font-family: Arial; font-size:16px; font-weight:bold; color:#FFFFFF}
.style39 {font-family: Arial; font-size:12px; font-weight: bold}
.style40 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
}
.style41 {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	font-style: italic;
	color: #000000;
	text-decoration: none;}
.style42 {font-family: Arial; font-size:12px; font-weight:normal; color:#FFFFFF}
.thead {font-family:Arial;
font-size:16px
font-weight: bold}

h1 {  font-family: Arial; font-size: 30px; font-style: italic; font-weight: bold}
h6 {  font-family: Arial; font-size: 12px; text-decoration: underline; position: relative; clip:  rect(   ); font-weight: bold; color: #3300FF}
.cellborder {  border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
font {  }
.twidth {  height: 206px; width: 147px; border: 1px #000000 solid; font-family: Arial; font-size: 10px}
.Bookstablebdr {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.Bookstablebdrbld {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Bookstablebdr16 {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}
.Bookstablebdr21 table {
	border: thin solid #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}

.BookstablebdrCopy {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 14px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */}

/* Dropdown Button */
.dropbtn {
	background-color: #99C;
	color: CCCC99;
	padding: 16px;
	font-size:14px;
	border: none;
}

/* Dropdown Button */
.dropbtn1 {
	background-color: CCCC99;
	color: #000000;
	padding: 5px;
	font-size:14px;
	border: none;
	width:auto;
	background-position:center
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	width: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #CCCC99;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 3px;
  text-decoration: none;
  display: block;
  text-align:left
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}