.headborder {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
}
.bodyborder {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(images/body_bgd.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.footcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #FFFFFF;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 25px;
	padding-left: 25px;
}
.testcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
