body {
	background-color: #FEFBE9;
}

.background-bottle {
	background-image: url(images/bottle.jpg);
	background-color: #FEFBE9;
	background-repeat: no-repeat;
	background-position: left top;
}

.background-bodytable {
	background-color: #FBFBF8;
	border: thin solid #EDE8CC;
	background-image: url(images/B.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bodytext  {
	font: 14px/125% "Palatino Linotype", "Times New Roman", serif;
	color: #552D10;
	padding-right: 50px;
	padding-left: 50px;

}
.caption  {
	font: 11px "Palatino Linotype", "Times New Roman", serif;
	font-weight:bold;
	color: #552D10;
	text-align:center;
}
.bodytext-form  {
	font: 14px/125% "Palatino Linotype", "Times New Roman", serif;
	color: #552D10;

}
.title {
	font: italic bold 16px/125% "Palatino Linotype", "Times New Roman", serif;
	color: #552D10;
	padding-right: 50px;
	padding-left: 50px;
}
a {
	color: #CC6600;
	text-decoration: underline;