html, body { 
	margin:5;
	padding:0;
	font-family: arial;
	}

table { 
	font-family: arial; 
	font-size: 9pt; 
	}
	
table.topbar { 
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #000066; 
	border-left-style: none; 
	border-left-style: none; 
	border-right-style: none; 
	border-top-style: none;
	}
	
table.middle { 	
	border-bottom-style: none; 
	border-right-width: 1px; 
	border-right-color: #000066; 
	border-left-style: none; 
	border-left-style: none; 
	border-right-style: solid; 
	border-top-style: none;
	}
	
table.bottombar {
	font-family: Arial; 
	font-size: 7pt; 
	color: #000066; 
	border-bottom-style: solid; 
	border-top-width:1px; 
	border-bottom-width: 1px; 
	border-bottom-color: #000066; 
	border-top-color: #000066; 
	border-left-style: none; 
	border-left-style: none; 
	border-right-style: none; 
	border-top-style: solid;
	}
	
table.prodborder { 
	font-family: Arial; 
	font-size: 9pt; 
	border: 1px solid #000066
	}
	
td.tdsidebar { 
	font-size: 11pt; 
	border-bottom-style: none; 
	border-right-width: 1px; 
	border-right-color: #000066; 
	border-left-style: none; 
	border-left-style: none; 
	border-right-style: solid; 
	border-top-style: none;
	}

a {
	color:#000000;
	font-size:9pt;	
	text-decoration:none;
	}

a:link {	
	text-decoration: none
	}

a:visited {	
	text-decoration: none
	}
a:active {	
	text-decoration: none
	}

a:hover {	
	text-decoration: underline;	
	}

a.nav {
	color:#000000;
	font-size:10pt;	
	text-decoration:none;
	}
	
a.redBold {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

a.redBold:hover {	
	text-decoration: underline;
	}
	

hr {
	color: #009000;
	background-color: #009000;
	height: 1px;
	border: 0
	}

.btn {
	font-size: 14px;
	display: inline;
	background-color: #f90;
	color: #fff;
	padding: 2px 2px;
	border: 1px solid #99CA44;
	margin: 0px;
	}

.btnSmall {
	font-size: 11px;
	display: inline;
	background-color: #f90;
	color: #fff;
	padding: 1px 1px;
	border: 1px solid #99CA44;
	margin: 0px;
	}

.formButton {
	background-color: #f90;
	border-width: 2;
	color: white;
	font-size: 10pt;
	}
	
.flight {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: grey;	
	}
	
table.form {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.form th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;	
	




