TD.tbl-up-lt   {
	background-image: url('images/upper-lt.gif');
	background-repeat: no-repeat;
	height : 6px;
	width : 120px;
	background-position : top;
	background-attachment : fixed;
	background-color : #999999;
}
TD.tbl-up-rt   {
	background-image: url('images/upper-rt.gif');
	background-repeat: no-repeat;
	height : 6px;
	width : 6px;
	background-position : top;
	background-attachment : fixed;
	background-color : transparent;
}
TD.tbl-lw-lt   {
	background-image: url('images/lower-lt.gif');
	background-repeat: no-repeat;
	height : 6px;
	width : 120px;
	background-position : bottom;
	background-attachment : fixed;
	background-color : #999999;
}
TD.tbl-lw-rt   {
	background-image: url('images/lower-rt.gif');
	background-repeat: no-repeat;
	height : 6px;
	width : 6px;
	background-position : bottom;
	background-attachment : fixed;
	background-color : transparent;
}
TD.tbl-lt   {
	background-image:  url(images/content_box_04.gif);
	background-repeat: repeat-y;
	background-position : left;
	background-attachment : fixed;
	background-color : transparent;
}
TD.tbl-rt   {
	background-image:  url(images/content_box_06.gif);
	background-repeat: repeat-y;
	background-position : left;
	background-attachment : fixed;
	background-color : transparent;
}
TD.tbl-mid-btm   {
	background-image: url(images/content_box_slices_16.jpg);
	background-repeat: repeat-x;
	background-position : bottom;
	background-attachment : fixed;
	background-color : transparent;
}
.secHdr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	background-color : #990000;
	padding-top: 3px;
	padding-bottom: 0px;
}