.gradient {
	background-image: url(/images/sidePanel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body {
	background-color: #866136;
	font-family: "Trebuchet MS", Calibri, Arial;
	font-size: 10pt;

}
.navBarLink {
	font-family: Calibri, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.bottomPageLinks {
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	text-decoration: none;

}
a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;


}
.bodyTitles {
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	letter-spacing: .2em;

}
.purchaseLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #339900;
	text-decoration: underline;

}