.tableborderlightgry {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: "<%=MYFONT%>";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
table {
	font-family: "<%=MYFONT%>";
	font-size: 11px;
}
.orangetopbot {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #FF9933;
	border-bottom-color: #FF9933;
}
.ornagebot {
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.blackborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

