/*Left hand column in order*/
.LHBlft 
{

  background: url(images5/LHB.gif) 0 100% no-repeat #ececec; width: 100%;
  color: #000000;
}

.RHBlft
{
  background: url(images5/RHB.gif) 100% 100% no-repeat;
}

.LHTlft 
{
  	background: url(images5/LHT.gif) 0 0 no-repeat;
}

.RHTlft 
{
  	background: url(images5/RHT.gif) 100% 0 no-repeat;
 	padding-right: 4px;
  	padding-left: 4px;
  	padding-top: 10px;
  	padding-bottom: 10px;
} 

/*END - Left hand column*/

/*Right hand extra column in order*/
.LHBext 
{
  background: url(images5/LHB.gif) 0 100% no-repeat #ececec; width: 100%;
  color: #000000;
}

.RHBext
{
  background: url(images5/RHB.gif) 100% 100% no-repeat;
}

.LHText 
{
  	background: url(images5/LHT.gif) 0 0 no-repeat;
}

.RHText 
{
  	background: url(images5/RHT.gif) 100% 0 no-repeat;
 	padding-right: 10px;
  	padding-left: 10px;
  	padding-top: 10px;
  	padding-bottom: 10px;
} 

/*END - Right hand extra column*/
