.transparent{
	background-color: transparent;
} 
.leftBtn{
	background-image: url(left_buttons.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 123px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	}
.rightBtn{
	background-image: url(right_buttons.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 123px;	
	height: 25px;
	text-align: center;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
}
/**/
.centerTable{
	border: 0px solid Black;
}
.leftTBG{
	width: 200px;
	background-image: url(left.jpg);
	background-repeat: repeat-y;
	vertical-align: middle;
}
.leftTBG a, .rightTBG a
{
	padding: 1px 2px 1px 2px;
	font-size: 8pt; 
	line-height: 11px;
}
.rightTBG{
	width: 200px;
	background-image: url(right.jpg);
	background-repeat: repeat-y;
	vertical-align: middle;	
}
.centerTBG{
	width: 400px;
	background-image: url(cell.jpg);	
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	}













