/**** styles for the buying page ****/
#approvedButton {
	float:right;
	padding-top:20px;
	padding-right:10px;
}
#headingBuying {
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageTextBuying {
	padding-right: 120px;
	padding-left: 120px;
	padding-bottom: 0px;
}
#headingFinance {
	padding-left: 70px;
	padding-top: 20px;
}
#subheadingFinance {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align:center;
}
#pageTextFinance {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #000;
	line-height: 20px;
	padding-right: 120px;
	padding-left: 120px;
	padding-bottom: 10px;
}
.financeButton a {
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	color:#583e1d;
	border-top:solid 1px #fbe3c5;
	border-left:solid 1px #fbe3c5;
	border-bottom:solid 2px #986e37;
	border-right:solid 2px #986e37;
	-moz-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:2px 2px 4px #643d0b; 
	-webkit-box-shadow:2px 2px 4px #643d0b; 
	box-shadow:2px 2px 4px #643d0b;
	behavior: url(ie_effects/PIE.htc);
	background: url(bg-image.png) no-repeat #FFF;
    background: url(bg-image.png) no-repeat, -moz-linear-gradient(#FFF, #e8ad62);
    background: url(bg-image.png) no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#FFF) to(#e8ad62));
    background: url(bg-image.png) no-repeat, linear-gradient(#FFF, #e8ad62);
    -pie-background: url(bg-image.png) no-repeat, linear-gradient(#FFF, #e8ad62);
}
.financeButton a:hover {
	position:relative;
	color:#8B0000;
	background: url(bg-image.png) no-repeat #e8ad62;
    background: url(bg-image.png) no-repeat, -moz-linear-gradient(#e8ad62, #FFF);
    background: url(bg-image.png) no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#e8ad62) to(#FFF));
    background: url(bg-image.png) no-repeat, linear-gradient(#e8ad62, #FFF);
    -pie-background: url(bg-image.png) no-repeat, linear-gradient(#e8ad62, #FFF);
}
.financeText {
	margin-top:10px;
	margin-bottom:20px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.style19 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-bottom: 5px;
}
.style20 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #000;
}
.style21 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
/* end of styles for the buying page */

