.headings   
	{
	  color:blue;
	  font-size: 16pt;
	  font-weight: bold;

	}

.tpr  {
	background: url('./cssimages2/upper-right.jpg');
	background-color: transparent;
	width: 49px;
	height: 49px;

      }

.tpl  {
	background: url('./cssimages2/upper-left.jpg');
	background-color: transparent;
	width: 49px;
	height: 49px;

      }


.br  {
	background: url('./cssimages2/bottom-right.jpg');
	background-color: transparent;
	width: 49px;
	height: 49px;
     }

.bl  {
	background: url('./cssimages2/bottom-left.jpg');
	background-color: transparent;
	width: 49px;
	height: 49px;

     }

.tc  {
	background: url('./cssimages2/top-center.jpg');
	background-repeat:  repeat-x;
	background-color: transparent;
	width: 49px;
	height: 49px;
     }

.bc  {
	background: url('./cssimages2/bottom-center.jpg');
	background-repeat:  repeat-x;
	background-color: transparent;
	width: 49px;
	height: 49px;

     }

.rc  {
	background: url('./cssimages2/right.jpg');
	background-repeat:  repeat-y;
	background-color: transparent;
	width: 49px;
	height: 49px;

     }

.lc  {
	background:  url('./cssimages2/left.jpg');
	background-repeat: repeat-y;
	background-color: transparent;
	width: 49px;
	height: 49px;

      }
