  #html, #body, #form
    {
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }      
#header {
     clear: both;
     background-color: white;
     font-size:  18px;    
     font-family: Arial, Verdana, Sans-serif; 
     width: 100%;   
     }
#footer {
     clear: both;
     background-color: white;
     width: 100%;
     font-size:  18px;    
     font-family: Arial, Verdana, Sans-serif;    
     }
#content 
{    
     width: 100%;
     height: 100%;
     padding: 0%;
     font-size: 14px;      
	 color: black;
	 font-family: Arial, Verdana, Sans-serif;          
  background-color  : white;     
     }     
 .style1
        {
            width: 200px;
            color: #003399;
            font-size:  18px;  
        }
 .style2
        {          
            color: #003399;
            font-size: 18px;      
        }
 .style3
        {           
            font-size:  18px;  
        }
 .style4
        {            
           font-size:  18px;  
        }
.button
{
	border: 0px;
	margin: 2px;	
	height: 21px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}
.DateInputControl
{
   font-size: 24px;
}
.TextInputControl
{
   font-size: 24px;
}


.WideTextInputControl
{
   font-size: 24px;
   width: 400px;
}
.LinkButton
{
   font-size: 20px;   
}
.WiderNumberInputControl
{
   font-size: 24px;
   width: 75px;
}
.WideNumberInputControl
{
   font-size: 24px;
   width: 220px;
}


.NumberInputControl
{
   font-size: 24px;
   width: 40px;
}
.DropDownControl
{
   font-size: 18px;
}
.GridHeader
{
     font-size: 24px;
     font-weight: bold;
     text-align: left;
     height: 30px;
}
.GridItem
{
   text-align: left;
     font-size: 20px;
     height: 35px;
     line-height:23px;
}
.PagerControl
{  
     font-size: 18px;
 }
 .ICAOListInputControl
{
   font-size: 24px;
   width: 630px;
   height: 60px;
}
 .LoginControl
{
   font-size: 24px; 
}
.CheckBoxControl
{
   font-size: 24px; 
   height: 22px;
}
.LeftJustifiedLabel
{
   font-size: 24px; 
   text-align: left;
}

.encodeBox { FONT-SIZE: 14px; WIDTH: 550px; FONT-FAMILY: Courier; HEIGHT: 40px }
.inputField { WIDTH: 85px ;}
.inputFieldLong { WIDTH: 100px ;}
.labelField { WIDTH: 55px; border-style: none; border-width:thin}
.labelFieldBitLonger { WIDTH: 70px; border-style: none; border-width:thin}
.labelFieldLong { WIDTH: 200px; border-style: none; border-width:thin}
.labelFieldMedium { WIDTH: 160px; border-style: none; border-width:thin}
.labelFieldVLong { WIDTH: 320px; border-style: none; border-width:thin}
.labelFieldVLongLarger{ WIDTH: 370px; border-style: none; border-width:thin; FONT-SIZE: 15px;}
.inputFieldShort { WIDTH: 50px ;}
.labelFieldShort { WIDTH: 45px; border-style: none; border-width:thin}

#pointList { FONT-SIZE: 14px; WIDTH: 400px }
/*
#map { BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; MARGIN-TOP: 1px; BORDER-LEFT: gray 1px solid; WIDTH: 1150px; BORDER-BOTTOM: gray 1px solid; HEIGHT: 500px; LEFT:15px }
*/
#txtAddress { WIDTH: 14em }