/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2003. Used with Permission.                             */
/* 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                                     */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* basic elements ---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	}
		
p, ul, li, form, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

a:link, a:visited {
	color: #CC0000;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #4E525F;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

img {
	border: none;
	display: none;
	}
	
table { 
	width: 95%;
	text-align: left;
	margin: 0 auto;
	}
	
td.large {
	width: 75%;
	text-align: left;
	}
	
#content-foot {
	display: none;
	}
