body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: navy;
	background-color: #FFFFFF;
}
p, td {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	/* background-color: #FFFFFF; */
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
h1 {
	font-size: 130%;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:6px;
	color: navy;
	margin: 0.6em 0;
	line-height: 120%;
}
h2 {
	font-size: 120%;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0.3em 0 0.4em 0;
	line-height: 115%;
}
h2.j {
	font-size: 110%;
	padding-bottom:6px;
	color: navy;
	line-height: 95%;
	margin-top: 2em;
	margin-bottom: 0.6em;
}
h2.noborder {
	font-size: 110%
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}
h3 {
	font-size: 95%;
	/*
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}
h3.up {
	font-size: 100%;
	/*
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	position:relative;
	top:-20px;
}
h4 {
	font-size: 85%;
	font-weight: medium;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h4.up {
	font-size: 85%;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
	top:-20px;
}
h5 {
	font-size: 100%;
	/* font-style: italic; */
	color: navy;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
	top:-20px;
}

.docmeta h1, .docmeta h2, .docmeta h3, .docmeta h4, .docmeta h5 {
	background-image: none;
}
.docmeta h3 {
	font-size: 8pt; 
	line-height: 100%;
}
.docmeta {
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0.3em;
}

i {
	font-size: 100%;
	font-weight: medium;
	color: navy;
	line-height: 130%;
	align: left;
	text-align: left;
}
i.smaller {
	font-size: 90%;
	font-weight: medium;
	line-height: 130%;
}
i.byline {
	font-size: 110%;
	font-weight: medium;
	position:relative;
	top:-20px;
}
table, td {
	padding: 4px;
	font-size: 100%;
	line-height: 150%;
	background-color: white;
}
table.lessPadding, td.lessPadding {
	padding: 1px;
	font-size:90%;
	line-height: 95%;
	background-color: white;
}
table.noPadding, td.noPadding {
	padding: 0px;
	font-size: 95%;
	line-height: 105%;
	background-color: white;
}
tr.negPadding {
	padding: 0px;
	line-height: 85%
}
td.negPadding {
	padding: 0px;
	line-height: 85%
}
td.logo {
	padding: 4px 4px 4px 4px;
}
.padding {
	padding: 4px;
	font-size: 95%;
	line-height: 150%;
}
.small {
	background: transparent;
	padding: 0px;
	font-size: 95%;
	font-color: black;
	color: black;
	line-height:1.2;
}
.smallr {
	background: transparent;
	padding: 0px;
	font-size: 85%;
	color: black;
	line-height:1.2;
	border: 1px solid red;
}
.smallrr {
	background: transparent;
	padding: 0px;
	font-size: 85%;
	color: black;
	line-height:1.2;
	width:80%;
	border: 1px solid red;
}
.wysiwyg {
	background: transparent;
	padding: 0px;
	font-size: 100%;
	color: black;
	line-height:1.2;
}
td.content {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
}
td.cart {
	background-color: #31659C;
	/* background-color: #62CAFF; */
	color: White;
	padding: 2px 4px 2px 2px;
}
td.menuBar {
	background-image: url(../images/doty.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0px;
	/*width: 222px;*/
	background-color: #F5F5F5;
	/*border-right: 1px dotted black;*/
}
td.newTitleBar {
	background-image: url(../images/doty.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F5F5F5;
	/*width: 230px;*/
}
.titlePic {
	text-align: center;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
}
td.footer {
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5F5F5;
	font-size: xx-small;
	text-align: right;
}
a {
	color: navy;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: navy;
}
a:hover {
	color: #CE0000;
}
a.horizontal {
	color: navy;
	text-decoration: underline;
	font-weight: bold;
	font-size:90%;
	line-height:1.0;
}
a.horizontal:visited {
	color: navy;
}
a.horizontal:hover {
	color: #CE0000;
}
a.sublist {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size:90%;
}
a.sublist:visited {
	color: white;
}
a.sublist:hover {
	text-decoration: underline;
}
a.list {
	text-decoration: none;
	color: navy;
	/* font-weight: lighter; */
	font-size:90%;
	line-height:1.5;
}
a.list:visited {
	color: navy;
}
a.list:hover {
	text-decoration: underline;
	color: #CE0000;
}
td.toplevel {
	background-color: #7BA2C6;
	color: white;
	width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px;
}
a.toplevel {
	text-decoration: none;
	color: white;
}
a.toplevel:visited {
	text-decoration: none;
	color: white;
}
a.toplevel:hover {
	text-decoration: underline;
	color: white;
}
td.level2 {
	background-color: #CCCCCC;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2px;
}
a.level2 {
	text-decoration: none;
	color: white;
}
a.level2:visited {
	text-decoration: none;
	color: white;
}
a.level2:hover {
	text-decoration: underline;
	color: white;
}
td.menuLv2 {
	background-color: #F5F5F5;
	color: white;
}
a.menuLv2 {
	color: navy;
	text-decoration: none;
	background-color: transparent;
}
a.menuLv2:visited {
	color: navy;
	text-decoration: none;
}
a.menuLv2:hover {
	color: #CE0000;
	text-decoration: underline;
}
a.cartLink {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-size:80%;
	line-height:1.0;
}
a.cartLink:visited {
	color: white;
	text-decoration: none;
}
a.cartLink:hover {
	color: white;
	text-decoration: none;
	background-image: url(../images/dotwhite.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.breadcrumbs {
	padding: 0px;
	background-color: transparent;
	color: #666666;
	font-size: 85%;
	text-transform: lowercase;
}
a.breadcrumbs {
	background-color: transparent;
	color: #666666;
	text-decoration: none;
	font-size: 85%;
	text-transform: lowercase;
}
a.breadcrumbs:visited {
	background-color: transparent;
	color: #666666;
	text-decoration: none;
}
a.breadcrumbs:hover {
	background-color: transparent;
	color: #999999;
	text-decoration: none;
}
a.topbar {
	background-color: #FFFFFF;
	color: #CE0000;
	text-decoration: underline;
	text-transform: lowercase;
	font-size:70%;
	line-height:1.0;
}
a.topbar:visited {
	background-color: #FFFFFF;
	color: #CE0000;
	text-decoration: underline;
}
a.topbar:hover {
	background-color: #FFFFFF;
	color: #CE0000;
	text-decoration: underline;
}
a.pdflink:link,
a.pdflink:active,
a.pdflink:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a.pdflink:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a.infolink:link,
a.infolink:active,
a.infolink:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a.infolink:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a.referencelink:link,
a.referencelink:active,
a.referencelink:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a.referencelink:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
li {
	list-style-image: url(../images/bullet2.gif);
	font-size:100%;
}
li.2 {
	list-style-image: url(../images/bullet2.gif);
}
li.1 {
	list-style-image: url(../images/bullet.gif);
	padding-right:2px;
}
.isbn {
	margin: 5px 0 10px 0;
}

#maincontent p {
	margin-bottom: 0.8em;
}
#maincontent .docimage {
	margin: 0.8em 0 0.8em 0.3em; 
	border: 0.8em solid #FFF;
	border-width: 0 0 0 0.8em;
	float: right;
}
.breadcrumb {
	line-spacing: 1em;
	font-size: 0.8em;
}