.boxgreen {
	border: 1px solid #000033;
}
.sidebottomgrn {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.dotted {
	border: 1px dotted #000033;
}
.solidred {
	border: 1px solid #000033;
}
