@charset "UTF-8";
.topbg {
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	background-position: right;
}
.tablecloth {
	background-image: url(images/tablecloth-bg.png);
	background-repeat: repeat-x;
	background-position: right;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #59311b;
}
.maintext a:link {
	text-decoration: underline;
	color: #C86B1F;
}
.maintext a:active {
	text-decoration: underline;
	color: #C86B1F;
}
.maintext a:visited {
	text-decoration: underline;
	color: #C86B1F;
}
.maintext a:hover {
	text-decoration: underline;
	color: #C86B1F;
}
.bottombg{
	background-image: url(images/bottom-bg.png);
	background-repeat: repeat-x;
	background-position: right;
}
.smallsidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #C86B1F;
}
.smallsidetext a:link {
text-decoration: underline;
	color: #C86B1F;
}

.smallsidetext a:active {
text-decoration: underline;
	color: #C86B1F;
}

.smallsidetext a:hover {
text-decoration: underline;
	color: #C86B1F;
}

.smallsidetext a:visited {
text-decoration: underline;
	color: #C86B1F;
}

