/* 
----------------------------------------------------------------------------

FYI - Screen Master

Purpose:	Imports all other screen CSS files & simplifies hack management
			Also prevents changing path names if CSS is stored on remote server
			Place hacks for IE5/Win and IE5/Mac in here (ala stopdesign.com)
		  
Version:  08 Nov 2004

Copyright Einstein Industries 2004.  May not be duplicated or reproduced.
Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari

---------------------------------------------------------------------------- */

/* Imported Styles
 * ----------------------------------------------- */
@import url(http://common.vab.com/fyi/css/layout.css);
@import url(local.css);


/* Tables
 * ----------------------------------------------- */
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	}