/* CSS Document */

<style type="text/css">
td img {display: block;}body {
	background-image: url(/images/CloudsLRG2a.jpg);
	background-repeat: repeat;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }


  #homeMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/homeA.gif") no-repeat 0 0;

  }

  #homeMENU:hover
  { 
    background: url("/images/homeAover.gif") no-repeat 0 0;
  }

  #videoMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/videos-A.gif") no-repeat 0 0;

  }

  #videoMENU:hover
  { 
    background: url("/images/videos-Ahover.gif") no-repeat 0 0;
  }

  #locationsMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/locations-A.gif") no-repeat 0 0;

  }

  #locationsMENU:hover
  { 
    background: url("/images/locations-Ahover.gif") no-repeat 0 0;
  }

  #fuelMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/fuel-savings-calculator-A.gif") no-repeat 0 0;

  }

  #fuelMENU:hover
  { 
    background: url("/images/fuel-savings-calculator-Ahover.gif") no-repeat 0 0;
  }

  #newsMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/newsletters-A.gif") no-repeat 0 0;

  }

  #newsMENU:hover
  { 
    background: url("/images/newsletters-Ahover.gif") no-repeat 0 0;
  }

  #greenMENU
  {
    display: block;
    width: 234px;
    height: 45px;
    background: url("/images/green-aviation-A.gif") no-repeat 0 0;

  }

  #greenMENU:hover
  { 
    background: url("/images/green-aviation-Ahover.gif") no-repeat 0 0;
  }

.style2 {
	color: #405EAD;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #405EAD;
}

</style>

