table.page { }
td.page-top {
            height: 12px;  
            background-image: url(../images/borders/page/topR2.gif);
            background-repeat: repeat-x;
            background-position: bottom;
}
td.page-topRight { 
                 width: 12px; 
                 height: 12px; 
                 background-image: url(../images/borders/page/topRightR2.gif);
                   background-repeat: no-repeat;
                   background-position: top left;
}			 
td.page-right { 
              width: 12px; 
              background-image: url(../images/borders/page/rightR2.gif);
              background-repeat: repeat-y;
              background-position: left;
}
td.page-bottomRight { 
                   width: 12px; 
                   height: 12px; 
                   background-image: url(../images/borders/page/bottomRightR2.gif);
                   background-repeat: no-repeat;
                   background-position: top left;
}	

td.page-bottomRightCenter { 
                   width: 16px; 
                   height: 22px; 
                   background-image:url(../images/borders/page/bottomR.gif); 
                   background-repeat: no-repeat;
                   background-position: top right;
}

td.page-bottom { 
                 height: 12px;
               background-image: url(../images/borders/page/bottomR2.gif); 
               background-repeat: repeat-x;
}

td.page-bottomLeft { 
                   width: 12px; 
                   height: 12px; 
                   background-image:url(../images/borders/page/bottomLeftR2.gif); 
                   background-repeat: no-repeat;
                   background-position: top right;
}

td.page-bottomLeftCenter { 
                   width: 16px; 
                   height: 22px; 
                   background-image:url(../images/borders/page/bottomR.gif); 
                   background-repeat: no-repeat;
                   background-position: top left;
}
	
td.page-left { 
             width: 12px; 
             background-image: url(../images/borders/page/leftR2.gif);
             background-repeat: repeat-y;
             background-position: right;
}
td.page-topLeft { 
                width: 12px; 
                height: 12px; 
                background-image: url(../images/borders/page/topLeftR2.gif);
                background-repeat: no-repeat;
                background-position: right;
}			 

td.page-topRightRound { width: 28px; height: 20px; background-image: url(../images/borders/page/topRightRound.gif)}
td.page-topLeftRound { width: 28px; height: 20px; background-image: url(../images/borders/page/topLeftRound.gif)}

table.round { }
td.round-top { height: 16px;  background-image: url(../images/borders/round/top.gif)}
td.round-topRight { width: 16px; height: 16px; background-image: url(../images/borders/round/topRight.gif)}
td.round-right { width: 16px; background-image: url(../images/borders/round/right.gif)}
td.round-bottomRight { width: 16px; height: 16px; background-image: url(../images/borders/round/bottomRight.gif)}	
td.round-bottom { height: 16px; background-image: url(../images/borders/round/bottom.gif)}
td.round-bottomLeft { width: 16px; height: 16px; background-image: url(../images/borders/round/bottomLeft.gif)}	
td.round-left { width: 16px; background-image: url(../images/borders/round/left.gif)}
td.round-topLeft { width: 16px; height: 16px; background-image: url(../images/borders/round/topLeft.gif)}			 
td.round-center { background-color: white  }

table.shadow { }
td.shadow-top { height: 16px;  background-image: url(../images/borders/shadow/top.gif)}
td.shadow-topRight { width: 16px; height: 16px; background-image: url(../images/borders/shadow/topRight.gif)}
td.shadow-right { width: 16px; background-image: url(../images/borders/shadow/right.gif)}
td.shadow-bottomRight { width: 16px; height: 16px; background-image: url(../images/borders/shadow/bottomRight.gif)}	
td.shadow-bottom { height: 16px; background-image: url(../images/borders/shadow/bottom.gif)}
td.shadow-bottomLeft { width: 16px; height: 16px; background-image: url(../images/borders/shadow/bottomLeft.gif)}	
td.shadow-left { width: 16px; background-image: url(../images/borders/shadow/left.gif)}
td.shadow-topLeft { width: 16px; height: 16px; background-image: url(../images/borders/shadow/topLeft.gif)}
td.shadow-center { background-color: white  }


   