.Col {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.FareSearch {font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.HeadingBlueBoldCentred {font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #052755;
	text-align: center;
}
.TextBoldCentred2 {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #bf0007;
	text-align: center;
}
.ContentBlueCentred {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #052755;
	text-align: center;
}
.InvisibleBlue {
	font-family: Arial;
	font-size: 12px;
}
.Footer {	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.Footer1 {font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.InvisibleWhite {font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.LinksGreyBold {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}


.combo-button {
	cursor:			hand;
	cursor:			pointer;
	height:			20px;
	border:			1px solid #cccccc;
	padding:		0;
	background:		rgb(234,242,255);
	width:			18px;
	vertical-align:	baseline;
	font-size:		10pt;
	font-family:	Webdings, Marlett;
}
.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background:		rgb(65,105,225);
	border:			1px solid #cccccc;
	color:			white;
	font-family:	verdana;
	font-size:		9pt;
	text-transform: capitalize;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	color:			black;
	font-family:	verdana;
	font-size:		9pt;
	text-transform: capitalize;
}

.combo-input  {
	border:			1px solid #cccccc !important;
	vertical-align:	baseline;
}

.combo-list table {
	table-layout:	fixed;
	width:			149px;
}

.combo-list {
	border:				1px solid black;
	background:			white;
	padding:			1px;
	width:  			149px;
	height:				100px;
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(234,242,255);
	scrollbar-highlight-color:	rgb(234,242,255);
	scrollbar-3dlight-color:	rgb(120,172,255);
	scrollbar-darkshadow-color:	rgb(120,172,255);
	scrollbar-shadow-color:		rgb(234,242,255);
	scrollbar-face-color:		rgb(234,242,255);
	scrollbar-track-color:		white;
	scrollbar-arrow-color:		black;

	/* enable this if you want scroll bars
	height:				200px;
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(234,242,255);
	scrollbar-highlight-color:	rgb(234,242,255);
	scrollbar-3dlight-color:	rgb(120,172,255);
	scrollbar-darkshadow-color:	rgb(120,172,255);
	scrollbar-shadow-color:		rgb(234,242,255);
	scrollbar-face-color:		rgb(234,242,255);
	scrollbar-track-color:		white;
	scrollbar-arrow-color:		black;
	*/
}