/* style.css - a simple style sheet */

.copyrightfooter {
	text-align: center;
}




/* ORDERFORM                       */
h2.orderForm {
	color: #CC3366;
	font-size: 16px;
}
#infoInputHeader {
	color: #6699CC;
	font-size: 1.1em;
	/* font-size: 16px;	*/
}
.formExample {
	color: #000000;
	font-size: .7em;
}
#creditcardstate {
	color: #000000;
	font-size: .85em;
}

/* BOOK INFORMATION DETAILS */
.bookDescribe {
	color: #7093DB;
	font-size: 1.5em;
	font-family: "Monotype Corsiva";
}
.bookDescribeFirstLetter {
	color: #000099;
	font-size: 2em;
}

/* ARTHUR BOOK INFO */
h1.arthur {
	text-align:center ;
	color: #FF6600;
}
.arthurBookJump {
	font-size: .8em;
	text-align: center;
}
.arthurBookTitle {
	font-size: 1.5em;
	text-align: center;			
}
.arthurBookTitleSub {
	font-size: .55em;
	text-align: center;
}
.quoteplacement {
	text-align: right;
}

/* ARTHUR TAPE INFO */
.arthurTapeJump {
	font-size: .8em;
	text-align: center;
}
.arthurTapeHeaderTitle {
	font-size: 1.5em;
	text-align: center;			
}
.arthurTapeTitleSub {
	font-size: .8em;
	text-align: center;
}
.arthurTapeNumber {
	font-size:.6em;
}
.arthurTapeTitle {
	font-size:.6em;
}

/* Arthur Bio Info   */
.arthurBioHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#6876E7;
	font-size: 2em;
	font-weight:bold;
	text-decoration: underline;
}
.arthurBioText {
	font-family: Bookman, "Bookman Old Style Bold" ;
	font-size: .8em;
}

/* MAIL ORDER FORM  */
.mailOrderHeaderTitle { 
	color:#E47833; 
}
.mailOrderHeaderTitleSub { 
	color:#00000; 
	font-size: 10px;
}
.mailOrderItem {
	color:#E47833;
}