.BoxBorder {
	border: thin dotted #669999;
}
.orangebox {
	border: thin dotted #FFBA75;
}
.topleftbot {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFAEAE;
	border-right-color: #FFAEAE;
	border-bottom-color: #FFAEAE;
	border-left-color: #FFAEAE;
}
.headertop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
