/* CSS Document */

body {
	background-color:#75A8CA;
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	}
	
img {
	vertical-align:top;
	}
	
table {
	background-color:#FFFFFF;
	}
	
.pageheader {
	text-align:center;
	background-color: #EBE9E1;
	padding:5px;
	font-weight:bold;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
	}
	
.resultsheader {
	background-color:#26653A;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}
	
.flightheader {
	background-color:#FFFFCC;
	font-weight:bold;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}
	
.rowg {
	background-color:#CCCCCC;
	font-size:90%;
	}
	
.roww {
	background-color:#F8F8F8;
	font-size:90%;
	}

