.nowrap {
	white-space: nowrap;
}

.dashed-hr {
	border-bottom: 1px dashed #000000;
}

input {
	font-size: 80%;
}

textarea {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

select {
	font-size: 80%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: underline;
}

.top-links {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.bottom-links {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.top-links a {
	color: #999999;
}

.copyright {
	text-align:center;
	font-size: 11px;
	color: #999999;
}

.saying-name {
	font-weight: bold;
}

.header {
	font-size:140%;
	color: #993300;
	font-weight:bold;
}

.book-title {
	font-size:150%;
	font-weight:bold;
}

.book-blurb {
	font-weight:bold;
}

.book-bknd {
	background-image: url(graphics/books/grad-bknd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #d2cf96;
}

.chapter-marker {
	font-size:80%;
}

.chapter-desc {
	/*font-style: italic;*/
}

.info {
	font-size:90%;
	color: #666666;
}

.email {
	font-size:90%;
}
 
.price {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight:bold;
}

table {
	border-collapse:collapse;
}

.order-entry .order-entry-clean td {
	border: 0px;
}

.order-entry td {
	font-size:70%;
	border: 1px solid Black;
}

.order-misc {
	font-size:105%;
	font-weight:bold;
}

.order-entry .table-header {
	font-size:105%;
	font-weight:bold;
}

.order-entry .order-total {
	font-size:105%;
	font-weight:bold;
}

.order-form-header {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.order-form-number {
	font-size: 120%;
	font-weight: bold;
}

.tagline {
	margin: 10px;
	/*background-image: url(graphics/misc/tagline-grad-bknd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #d2cf96;*/
}

.tagline TD {
	font-weight: bold;
	font-style: italic;
	font-size:70%;
	color: #993300;
}