p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B3929;
}
h1 {
	font-family: 'Gentium Book Basic', serif;
	font-weight: 600;
	font-size: 48px;
	color: #2C7336;
	letter-spacing: 45%;
	margin-bottom: 0.01em;
}
h2 {
	font-family: 'Gentium Book Basic', serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #60A03B;
	letter-spacing: 25%;
	margin: 0px;
}h3 {
	font-family: 'Gentium Book Basic', serif;
	font-size: 20px;
	color: #2C7336;
	font-style: italic;
	font-variant: normal;
	line-height: 0.1em;
}
h4 {
	font-family: 'Gentium Book Basic', serif;
	font-size: 17px;
	color: #60A03B;
	font-style: italic;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #60A06B;
	padding: 0px;
	letter-spacing: -0.05em;
	margin-bottom: -1em;
	margin-top: 0em;
}
.bottomtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C7336;
}
.price {
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	color: #BF0000;
	font-weight: lighter;
}
.bartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
table
{
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.imagecaption {
	font-size: 12px;
	font-weight: bold;
	color: #60A03B;
	text-align: center;
}
.myButton {
	-moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
	box-shadow:inset 1px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#318510;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.myButton:active {
	position:relative;
	top:1px;
}
#top tr td ul li {
	font-weight: bold;
	color: #C00;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	margin: 0.1em;
	padding: 0.1em;
	clip: rect(auto,auto,auto,auto);
}
#top ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #C00;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
#top tr #right_head {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FC6;
	border-right-color: #FC6;
	border-bottom-color: #FC6;
	border-left-color: #FC6;
}

