.redborder {
	border: 1px solid #993300;
}
.blueborder {
	border: 1px solid #3C5F84;
}
.orangeborder {
	border: 1px solid #CC9900;
}
.unnamed1 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.redright {
	border-left-style: none;
	border-right-style: dashed;
	border-right-color: #666666;
	border-right-width: 1px;
}
.greydush {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.rightline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
