/*  Maintenance Guide Table formatting   *//*  Insidespaces orange    -  rgb(231,163,28);   *//*               pale blue -  rgb(231,163,28);   *//*               HMOL blue -  rgb(207,217,255);  *//*  David Ward,  dward@anent.com, 7/31/00 */table {	width:600px;			border-width:1px;			border-color:white;			border-style:solid;}			/*  Define background for the table header cell with text only */table.HeaderCellBackgroundColor {			background-color:white;}			/*  Define background for the all table cells  */table.CellBackgroundColor {			background-color:white;}										/*  Define background for the topmost cell with text only */td.HeaderCellBackgroundColor {			background-color:rgb(207,217,255);}			/*  Define background for the lower cells with text and pictures  NOT USED */td.CellBackgroundColor {			background-color:rgb(207,217,255);}			CellText {					font-family:Arial, Verdana, Geneva;          	font-size:8pt;          	padding:0.0in;}p			{vertical-align:middle;}