.topcell {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomcell {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
}
.leftcell {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
}
.rightcell {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-width: 1px;
}
.scroll {
	cursor: hand;
}

.mainbody {
	background-image: url(pictures/center.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #8B5343;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.text_br {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #8B5343;
}
.menucell {
	border: 1px solid #8B5343;
}
