.topline-white {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottomlinegreen {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFCC00;
}
.bottomline2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.reightdot {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.box {
	border: 1px solid #999999;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
