.top_bot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
.all_lines_wht {
	border: 1px solid #FFFFFF;
}
.gray_border {
	border: 1px solid #E8E8E8;
}
.botmline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.green_botmline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81C281;
}
.whitetopline {
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
