 BODY							{ margin: 0px; cursor: default; }
 BODY, TD						{ font-family: Verdana, Trebuchet MS, arial, sans-serif; font-size: 11px; }
 A								{ text-decoration: none; }
 A:hover						{ text-decoration: underline; }
 B								{ font-family: Trebuchet MS, arial, sans-serif; }
 H1								{ font-family: Trebuchet MS, arial, sans-serif; margin: 0px; padding: 0px; color: #000C6B; font-size: 18px; }
 H2								{ margin: 0px; padding: 0px; color: #000C6B; font-size: 14px; }
 H3								{ margin: 0px; padding: 0px; color: #000C6B; font-size: 12px; }
 HR								{ color: #000C68; height: 1px; }
 HR.grey						{ color: #9999AA; height: 1px; margin: 0px; }
 INPUT, SELECT					{ font-family: Verdana, arial, sans-serif; font-size: 11px; }
 FORM	.title					{ font-family: Trebuchet MS, arial, sans-serif; font-size: 11px; font-weight: bold; padding: 1px; padding-left: 4px; padding-right: 4px; border: 1px solid #7D83A4; background: #EBECF1; }
 DIV, P, FORM					{ margin: 0px; padding: 0px; }

.nopadd							{ padding: 0px; margin-left: 18px; }
.button_large					{ padding: 5px; font-size: 11px; cursor: hand; }
.button_fp						{ padding: 5px; font-size: 11px; cursor: hand; background: #D2D6E6; font-weight: bold; border: 1px solid white; border-right: 1px solid black; border-bottom: 1px solid black; border: 2px solid black; }

.header .links					{ color: #0000AA; font-size: 11px; padding-top: 6px; padding-left: 20px; }
.header .links	A				{ color: #0000FF; }
.header .links	A:hover			{ color: #FF0000; }

.body	.right					{ border: 1px solid #7D83A4; padding: 5px; background: #EBECF1; color: #606688; }
.body	.right	A				{ font-family: Trebuchet MS, arial, sans-serif; color: #000C6B; font-weight: bold; }
.body	.right	A:hover			{ font-family: Trebuchet MS, arial, sans-serif; color: #000000; }

.body	.right .fl	A			{ color: #000C6B; font-weight: normal;}
.body	.right .fl	A:hover		{ color: #000000; }

.body	.left					{  }
.body	.left	A				{ color: #000CFF; font-weight: bold; text-decoration:underline;}
.body	.left	A:hover			{ color: #FF0000; }
.body	.block					{ text-align: justify; }

.footer							{ border: 1px solid #7D83A4; padding: 5px; background: #EBECF1; color: #606688; }
.footer	A						{ color: #606688; font-weight: bold; }
.footer	A:hover					{ color: #000000; }

.submit							{ width: 100%; }
.stretch						{ width: 120px; }

<?

switch($airport){
case 'gatwick':
break;
case 'heathrow':
break;
case 'luton':
break;
case 'manchester':
break;
case 'birmingham':
break;
case 'east midlands':
break;
case 'liverpool':
break;
case 'cardiff':
break;
case 'stansted':
break;
case 'newcastle':
break;
case 'leeds':
break;
case 'glasgow':
break;
case 'edinburgh':
break;
case 'belfast':
break;
case 'bristol':
break;
default:
?>

<?
break;
}

?>