.dashed_box {
	border-top: 1px dashed #333333;
	border-right: 1px dashed #333333;
	border-bottom: 1px none #333333;
	border-left: 1px dashed #333333;
}
.dashed_underline {

	border-top: 1px none #333333;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
}
.solid_4 {
	border: 1px solid #336666;
}
.HeaderAllCaps {
	font-variant: small-caps;
	font-size: 19px;
}
a {
	text-decoration: none;
	color: #666666;
}
