// (C) Copyright IBM Corporation, 2002, 2004
// All rights reserved. Licensed Materials Property of IBM
// US Government Users Restricted Rights
// Use, duplication or disclosure restricted by
// GSA ADP Schedule Contract with IBM Corp.
// rzahgcss.js
// This file selects the appropriate interface CSS for the file
//START NON-TRANSLATABLE
document.write('');
if (top.isNS){
document.write('');
document.close();
}else if (top.isIE){
document.write('');
}else if (top.isOP7){
document.write('');
}
//END NON-TRANSLATABLE