

td.rightColumn {
	background-image: url('../images/right_bg.jpg');
	background-repeat: no-repeat;
	background-color:#d9b449;
	width:196px;
}

td.rightColumnB {
	background-color:#d9b449;
}


td.leftColumn, td.leftColumnB {
	width: 174px;
	border-right: 0px solid #c5c5c5;
	padding: 0px;
	font-size: 10px;
	background-image: url('../images/left_bg.jpg');
	background-repeat: repeat-y;
}

