body {
	background: #757575;
}

td {
	font-family: Arial;
	font-size: 10pt;
	color: #CCCCCC;
}

.small {
	font-size: 8pt;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: #CCCCCC;
}

a:hover{
	text-decoration: none;
	color: #CCCCCC;
}

#content {
	padding: 10px;
	background: #000000;
}

#logo_cell {
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border: solid 1px #757575;
}

#text_cell {
	padding: 5px;
	border: solid 1px #757575;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #48FF00;
}

.sub_title {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

/****PAGE HEADERS****/

.home_head {
	background: url('siteart/header_home.jpg') no-repeat;
}

.services_head {
	background: url('siteart/header_services.jpg') no-repeat;
}

.links_head {
	background: url('siteart/header_links.jpg') no-repeat;
}

.contact_head {
	background: url('siteart/header_contact.jpg') no-repeat;
}

.fuel_head {
	background: url('siteart/header_fuel.jpg') no-repeat;
}

.airinfo_head {
	background: url('siteart/header_home.jpg') no-repeat;
}

/****PAGE HEADERS END****/

/****NAVIGATION STYLES****/

#new td a {
  	font-family:Arial, Helvetica, sans-serif; 
  	font-size:8pt; 
  	font-weight:bold;  
  	text-align:left; 
  	text-decoration:none;
  	color:#000000;
  	background: url('siteart/button_bg.gif') repeat-x;
  	padding:5px 10px; 
  	width:100%; /*don't change*/
  	display:block; /*don't change*/
}
#new td a:visited {
	background: url('siteart/button_bg.gif') repeat-x;
	color:#000000;
}
#new td a:hover {
	background: url('siteart/button_bg.gif') repeat-x;
	color:#ffffff;
}
html>body #new td a{
	width:auto /*don't change*/
} 
/****NAVIGATIONS STYLES END****/