body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #cc6666;
	text-decoration: underline;
}

/*Change menu options here*/

#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: ;
width: 100%;
background: #FFFFFF; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 12px Arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: 000000;
font-weight: ;
padding: 1px 25px 1px 1px;
text-decoration: none;
background: ; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #cc6666;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #666666;
	border-bottom-width: 1;
	font:normal 12px Arial;
	line-height:18px;
	z-index:0;
	background-color: #999999;
	width: 100px;
	visibility: hidden;

filter: ; /*Add Shadow in IE. Remove if desired*/;

}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: ;
color: white;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #CCCCCC;
color: #cc6666;
}
.featurebook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc6666;
}
.featuresmall {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.booktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.catheader {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
}
