body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

#banner {
	display: none;
}

#footer {
	display: none;
}

#navigation {
	display: none;
}

.noprint {
	display: none;
}

.break {
	page-break-before: always;
}

.toc {
	display: none;
}

.airflow {
        margin: 10px 10px 10px 10px;
	font-family: "Times New Roman", Times, serif;
}

.title {
	width: 90%;
}

h1 {
	display: none;
}

/*
.window {
	display: none;
}
*/


/* PHOTOS AND AIRFLOW */
.photo {
	margin: 10px;
	border: 3px solid black;
}
.afwphoto img, .afwcentre img {
        border: 1px solid #000;
}
.afwgallery {
        text-align: center;
}
.afwphoto {
        float: right;
        text-align: center;
        color: #000066;
        font-style: italic;
        margin: 4px;
}
.afwcentre {
        display: block;
        text-align: center;
        color: #000066;
        font-style: italic;
        margin: 4px;
}

.airflow h2, .airflow h3 {
	clear: right;
}

.airflow img {
	margin: 5px 5px;
	border: 1px solid black;
}

.airflow img.title {
	border: none;
}

.hidden {
	display: none;
}

pre.real {
        border: 1px dashed blue;
        padding: 1em;
        background-color: rgb(249,249,249);
}

object {
	display: none;
}
