/* file=sinc_notwie.css
last updated nm 2003 10 08

This css is called when the browser is not ie on windows.
All it does is increase the font size a little.
It would apply to all browsers on Macs and linux/unix as well as to Netscape/Mozilla and Opera on all platforms

It is useless unless sinc.css has been called first as it simply overrides the font size declared there but does nothing about all the other styles declared there.
*/
body,td{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;color: #001c3e;}