body {
	margin: 0px;
	padding: 0px;
	background: white;
}

table#ijbFrame {
	background: #c0c0c0;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#ijbFrame td {
	margin: 0px;
	padding: 0px;
	font-size: 6px;
	line-height: 6px;
}

table#ijbFrame td.nw {
	width: 16px;
	height: 16px;
	background: url(/old/img/ijbframe/nw.gif) no-repeat;
}

table#ijbFrame td.n {
	height: 16px;
	background: url(/old/img/ijbframe/n.gif) repeat-x;
}

table#ijbFrame td.ne {
	width: 16px;
	height: 16px;
	background: url(/old/img/ijbframe/ne.gif) no-repeat;
	
}

table#ijbFrame td.w {
	width: 16px;
	background: repeat-y url(/old/img/ijbframe/w.gif);
}

table#ijbFrame td.mid {
	font-size: 100%;
	line-height: 100%;
}

table#ijbFrame td.e {
	width: 16px;
	background: repeat-y url(/old/img/ijbframe/e.gif);
}

table#ijbFrame td.sw {
	width: 16px;
	height: 16px;
	background: url(/old/img/ijbframe/sw.gif) no-repeat;	
}

table#ijbFrame td.s {
	height: 16px;
	background: repeat-x url(/old/img/ijbframe/s.gif);
}

table#ijbFrame td.se {
	width: 16px;
	height: 16px;
	background: url(/old/img/ijbframe/se.gif) no-repeat;
}


