.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.guestbook_top {
	background-image: url(../images/guestbook/top.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 550px;
}
.guestbook_bottom {
	background-image: url(../images/guestbook/bottom.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 550px;
}
.guestbook_left {
	background-image: url(../images/guestbook/l-side.jpg);
	background-repeat: repeat-y;
	height: 28px;
	width: 38px;
	background-position: left;
}
.guestbook_right {
	background-image: url(../images/guestbook/r-side.jpg);
	background-repeat: repeat-y;
	height: 28px;
	width: 38px;
	background-position: right;
}
.guestbook_center {
	background-image: url(../images/guestbook/center.jpg);
	background-repeat: repeat-y;
	height: 28px;
	width: 550px;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.body_text_bold_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
