.greenDashBorder {
	border: 1px dashed #aeae57;
}
.greenborder {
	border: 1px solid #aeae57;
}
.dashtop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aeae57;
	border-right-color: #aeae57;
	border-bottom-color: #aeae57;
	border-left-color: #aeae57;
}
.redborder {
	border: thin solid #993300;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.boldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.bottomdash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #aeae57;
	border-right-color: #aeae57;
	border-bottom-color: #aeae57;
	border-left-color: #aeae57;
}

