

/* styles that define the main table structure */
.tdLeft {
	background-image: url(pg2_bg_left.jpg);
	background-repeat: yes-repeat;
	background-position: right top;
	background-color: #670C37;
}
.tdRight {
	background-image: url(pg2_bg_right.jpg);
	background-repeat: yes-repeat;
	background-position: left top;
	background-color: #670C37;
}

.tdContent a:hover { color: #ff0000; }

