.pageborder {
	border: thin solid #006F1C;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: #eaffea;



}
.frameborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #006f1c;
	border-right-color: #006f1c;
	border-bottom-color: #006f1c;
	border-left-color: #006f1c;
}
