body {
	background-color: #D3B698;
}
.bg1 {
	background-attachment: fixed;
	background-image: url(images/bg4.jpg);
	background-repeat: repeat;
}
.bg2 {
	background-attachment: fixed;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat;
}
.bodyText {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times;
	font-size: 13px;
	line-height: 14px;
	color: #E4DDCB;
}
.bodyTextSmall {

	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times;
	font-size: 11px;
	line-height: 12px;
	color: #E4DDCB;
}
.bodyTextCredit {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times;
	font-size: 11px;
	line-height: 11px;
	color: #443329;
	text-decoration: none;
}
.highlight {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times;
	font-size: 13px;
	color: #000000;
	background-color: #E2CDB8;
	font-weight: bold;
}
