/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: 10px;
 	background-repeat: no-repeat
}

.BookPurchase {
	text-align: center;
 	background-color: rgb(240,240,240);
 	margin: 8px 30px 6px 30px;
 	border-left-style: none;
 	padding-top: 6px;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 6px;
 	border-bottom-style: none
}

.SmallText {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px
}

.SectionSplit {
	font-size: medium;
 	color: rgb(255,255,255);
 	text-align: center;
 	background-color: rgb(0,0,153);
 	margin-left: 12pt;
 	border-left-style: none;
 	border-top-style: none;
 	margin-right: 12pt;
 	border-right-style: none;
 	padding-bottom: 2pt;
 	border-bottom-style: none
}