@charset "utf-8";
/* Aircraft Noise Ombudsman print stylesheet v1.0 */

/* GENERIC STYLES */

* {
	margin: 0px;
	font-family: Arial,Verdana, Geneva, sans-serif;
	color: #333;
	border: 0;
}

/* MASTHEAD */

#Masthead {
	display: block;
	padding-bottom: 10px; margin-bottom: 30px;
	border-bottom: solid 1px #999;
}

/* HOME LINK */

/*#Masthead p#Link_Home {
	width: 705px;
	margin: 0 auto;
	position: relative;
}*/

/*#Masthead p#Link_Home a {
	display: block;
	width: 252px; height: 65px;
	background: url(../images/logo_ano.png);
	position: absolute;
	top: 40px; left: 0;
}

#Masthead p#Link_Home a span {
	display: none;  Hide the text for the HOME PAGE link 
}*/

/* MAIN MENU */

#MainMenu {
	display: none;
}

/* CONTENT */

#Content {
	font-size: 10pt;
}

#Content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #656d13;
	margin-bottom: 20px;
}

#Content h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content h3 {
	font-size: 13pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content h4 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content p, #Content ul, #Content ol {
	margin-bottom: 20px;	
}

#Content ul, #Content ol {
	margin-left: 30px; /* Hack this for IE */
	margin-bottom: 20px;	
}

#Content ol li {
	margin-bottom: 10px;	
}

#Content ol li ul {
	margin-top: 10px;	
}

#Content a:link, #Content a:visited, #Content a * {
	text-decoration: none;
}

#LastModified {
	font-size:8pt;
	color: #666;
	text-align: left;
	margin-top: 50px;
}

