﻿body
{
	font-family: Arial, Geneva, Sans-Serif;
	font-size: 10pt;
}
TravelText
{
	font-family: Arial, Geneva, Sans-Serif;
	font-size: 10pt;
}

.PassengerNumber
{
	width:20px;
	text-align:left;
}


.PassengerNames
{
	width:140px;
	text-align:left;
}

.PassengerMiddleName 
{
	width:90px;
	text-align:left;
}

.PassengerDOB 
{
	width:60px;
	text-align:left;
}

.PassengerGender 
{
	width:17%;
	text-align:left;
}

.txtPassengerNames
{
	width:130px;
}

.txtPassengerMiddleName
{
	width:80px;
}

.txtPassengerDOB
{
	width:65px;
}

