/* Combined style sheet for the index pages and the slide pages. */
/* classes for drawing a frame in a 3 x 3 table */
.tl {
	width: 22px;
	height: 22px;
	background-image: url(black_tl.gif);
	background-repeat: no-repeat;
}

.tm {
	width: auto;
	height: 22px;
	background-image: url(black_tm.gif);
	background-repeat: repeat-x;
}

.tr {
	width: 22px;
	height: 22px;
	background-image: url(black_tr.gif);
	background-repeat: no-repeat;
}

.lm {
	width: 22px;
	height: auto;
	background-image: url("black_lm.gif");
	background-repeat: repeat-y;
}

.mm {
	text-align: center;
	margin: 0; padding: 0; border: 0;
}

.rm {
	width: 22px;
	height: auto;
	background-image: url("black_rm.gif");
	background-repeat: repeat-y;
}

.bl {
	width: 22px;
	height: 22px;
	background-image: url("black_bl.gif");
	background-repeat: no-repeat;
}

.bm {
	width: auto;
	height: 22px;
	background-image: url("black_bm.gif");
	background-repeat: repeat-x;
}

.br {
	width: 22px;
	height: 22px;
	background-image: url("black_br.gif");
	background-repeat: no-repeat;
}
