body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 80%;
	color: #333333;
}

.nav {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 95%;
	line-height: 18px;
	background: #cccccc;
}

a {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}

.logoColor {
	background-color: #e8e2d2;
}

.logoColorForAdmin {
	background-color: #e8e2d2;
	font-size: 110%;
	line-height: 22px;
}

.HeaderBox {
	background: #666666;
} /* 1 pixel dark grey border, white BG, small font */


.Footer {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333399;
}

.FeaturedText {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333333;
}

.FeaturedTitle {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
}

.SectionHeaderTitle {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: #333333;
}

ul {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 95%;
	color: #333333;
}

.Minus1 {
	font-size: 80%;
} /* font size=-1 style */

.BrBlWtBg {
	border: 1px solid #666666;
	background: #FFFFFF;
} /* 1 pixel dark grey border, white BG */

.BrBlGrBg {
	border: 1px solid #666666;
	background: #cacaca;
} /* 1 pixel dark grey border, light grey BG */

.LfTD {
	font-weight: bold;
	width: 155px;
} /* Bold text on left TD on book detail tables */

.TrBgGr {
	background: #eaeaea;
/*	font-size: 80%; */
} /* Grey <tr> Bg color */

.BrBlWtBg td {
	border-bottom: solid #cccccc 1px;
} /* 1 pixel dark grey border, white BG */

.BoldRed {
	font-weight: bold;
	color: #cc0000;
} /* Red and Bold text*/

.BoldBlue {
	font-weight: bold;
	color: #003366;
} /* <b> or <strong> tag substitute*/

.white {
	color: #FFF;
}