.GRAYlineabove {
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.GRAYlineLeft {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #333333;
}
.GRAYlineBelow {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
}
.GRAYlineAll {
	border: 1px solid #333333;
}
.GRAYlineRight {
	border-top: none;
	border-right: 1px solid 333333;
	border-bottom: none;
	border-left: none;
}
.GRAYlineaboveBelow {
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
}
.whiteVerdanaBold {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

