.NAVBAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: normal;

}
.navlines {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border: none;
}


.smallinput{
  color: black; 
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 7pt;
height: 10px;
width: 70px;

}


.NiceBox { 
	color: black; 
	background: #E8E8E8; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	padding: 4px;
}


.heading{

font-family: Microsoft Sans Serif;
font-size: 18pt;
color: #FFFFFF;
background-color: #6CA4D0;
text-align: left;

}

.maintextrule {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #999999;
	border-left: none;
}
.newsboxborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.Flights{border:1px solid #000}




.navtbl {

border-bottom: 2px solid #6CA4D0;
}

.navdrop
{
border-collapse: collapse;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	background: #E8E8E8;
	margin-top; -1em;
	margin-bottom: 0em;
	text-align: left;
	border-bottom: 1px solid #6CA4D0;
}

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position:relative;
	text-align: left;


}

/* now lets get rid of position:relative for IE */

* #nav, * #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;


}


#nav a
{
	width: 90px;
	display: block;
	color: Black;
	text-decoration: none;
	background-color: #E8E8E8;
  border-top: solid #6CA4D0;
  border-right: solid #6CA4D0;
  border-bottom: solid #6CA4D0;
  border-left: solid #6CA4D0;
  border-width: 1px;
	padding: 2px;
	text-align: center;
	font-family: Helvetica, san-serif; /* N6 needs this to cascasde the font style */
	font-weight: Bold;
	font-size: 8pt;

}

/* BMH for IE 5 */

* html #nav a
{
  width: 90px;
  w\idth: 75px;
}
	
#nav li
{
	float: left;
	width: 90px;
	position: relative;

}
	
#nav li ul
{
	position: absolute;
	left: -999em;
	width: 90px;

}
	
#nav li a:hover
{
	color: #65C8E9;
	background-color: #FFFFFF;


}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
	background-position: 0 0; /* Fix for IE7 Sticky menu */

}

