/*=== CSS For Airline List=================================
 Version: 1.0
 creation date: 09/11/05
 last update: 09/--/--
==================================================== */
/** old Inline Style**/
font {
	line-height:1.1em;
}

a:link {
	color: #0000cc;
	text-decoration: underline;
}

a:visited {
	color: #0000cc;
	text-decoration: underline;
}

a:hover {
	color: #0000cc;
	text-decoration: underline;
}

a:active {
	color: #0000cc;
	text-decoration: underline;
}

.style1 {
	color: #990000
}

/** Airline List **/
.clear{ clear:both; }

.logoArea {
	margin: 10px 47px;
	text-align: center;
}
.logoArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.logoArea img{
	border:none;
}

.logoArea ul.airLineList {
	list-style: none;
	/*width: 685px;*/
	margin: 0;
	padding: 0;
}

.airLineList li{
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	width: 122px;
	height: 37px;
}

