table 	{ border: 0px;
		  padding: 0px;
		  border-collapse: collapse; }

tr.break  { background: #C0C0C0 none;
			color: black }

td.ul	{ background-image: url('Images/ulc.gif');
		  background-repeat: no-repeat;
		  background-position: top left	 }

td.ur	{ background-image: url('Images/urc.gif');
		  background-repeat: no-repeat;
		  background-position: top right	 }

td.ll	{ background-image: url('Images/llc.gif');
		  background-repeat: no-repeat;
		  background-position: bottom left	 }

td.lr	{ background-image: url('Images/lrc.gif');
		  background-repeat: no-repeat;
		  background-position: bottom right	 }

/* Relative LTR Widths */
.x01	{ width: 1% }
.x02	{ width: 2% }
.x03	{ width: 3% }
.x10	{ width: 10% }
.x20	{ width: 20% }
.x30	{ width: 30% }
.x31	{ width: 31% }
.x90	{ width: 90% }
.x99	{ width: 99% }
.x100	{ width: 100% }

/* Absolute LTR Widths */
.x11p	{ width: 11px }
.x25p	{ width: 25px }
.x640p	{ width: 640px }
.x700p	{ width: 700px }
.x760p	{ width: 760px }
.x800p	{ width: 800px }
.x1024p	{ width: 1024px }

/* Absolute UAD Heights */
.y04	{ height: 4px }
.y06	{ height: 6px }
.y10	{ height: 10px }
.y12	{ height: 12px }
.y20	{ height: 20px }
.y25	{ height: 25px }
.y480	{ height: 480px }
.y600	{ height: 600px }
.y768	{ height: 768px }
