	body {
		margin: 0;
		font-family: Arial;
		font-size: 10pt;
		background-color: #ffffff;
		overflow: hidden;
		scroll: none;
	}
	
	/* <HEADER> */
	#header {
		background-image: url(http://moore-warner.com/images/header02c.jpg);
		background-color: #ffffff;
		background-repeat: no-repeat;
		height: 134;
		width: 100%;
		text-align: right;
	}
	
	#header a:link, #header a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#header a:hover { text-decoration: underline; }
	
	#header_text {
		margin: 5px;
	}
	
	#header_text .header_link {
		font-size: 14px;
		font-weight: bold;
		width: 120px;
		float: right;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#you_are_here {
		font-family: Arial, sans-serif;
		height: 16px; 
		clear: both; 
		font-size: 8pt; 
		background-color: #800000; 
		color: #c0c0c0;
		overflow: hidden;
	}
	
	#you_are_here a:link, #you_are_here a:visited {
		color: #f0f0f0;
		text-decoration: none;
	}
	
	#you_are_here a:hover {
		color: #ffffff;
		text-decoration: underline;
	}	
	/***************/

	#sidebar ul {
		background-color: #404040;
	}

	#sidebar li li {
		font-size: 8pt;
	}

	#sidebar {
		overflow: hidden;
		scroll: none;
		background-color: #800000;
		color: #f0f0f0;
		height: 400px; width: 100px;
		float: left;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	#sidebar a:link, #sidebar a:visited  {
		text-decoration: none;
		color: #bcdcf6;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#content {
		display: none;
		background-color: #ffffff;
		height: 400px; width: 600px;		
		float: right;
		overflow: auto;
	}
	
	table.report td {
		font-family: Arial, sans-serif;	
	}

	#contact_us {
		position: absolute; 
		z-index: 25; 
		top: 420; left: 0; 
		width: 100; 
		text-align: center; 
		padding: 8px 0px 8px 0px; 
		font-weight: bold; 
	}

	#contact_us a:link, #contact_us a:visited, #contact_us a:hover {
		text-decoration: none;
		font-size: 8pt;
		font-weight: bold;
		color: #c0c0c0;
	}
	
	#contact_us a:hover {
		text-decoration: underline;
	}
