.border {
	border: 1px solid #888888;
}
.topline {
	border-top: 1px solid #888888;
	border-right: 1px none #888888;
	border-bottom: 1px none #888888;
	border-left: 1px none #888888;
}
.body {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	line-height: 15px;
}
.botline {

	border-top: 1px none #888888;
	border-right: 1px none #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px none #888888;
}
.address {

	font-family: Arial;
	font-size: 11px;
	color: #555555;
}
.bodylink {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
