/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: auto;
	}
	
	#index {
		height: 100%;
	}
	/* end hide */
	body {
	height: 100%;
	background-color: #e7e4db;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;		
	}
	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
	a:link {
		color: #003333;
	}
	a:visited {
		color: #003333;
	}
	a:hover {
		color: #000000;
	}
	a:active {
		color: #003333;
	}
	h1 { 	
	font-size: 18px; 	
	} 

	h2 { 	
	font-size: 16px; 	
	} 

	h3 { 	
	font-size: 14px; 	
	} 
